In This Topic
Specifies whether the dialog will stack on top of other dialogs. This will cause the dialog to move to the front of other dialogs when it gains focus.
Syntax
'Declaration
Public Property Stack As System.Boolean
public System.bool Stack {get; set;}
See Also