ShowMinimizeButton Property
In This Topic
Gets or sets whether the minimize button of this window is shown.
Syntax
'Declaration
Public Property ShowMinimizeButton As Boolean
'Usage
Dim instance As C1Window
Dim value As Boolean
instance.ShowMinimizeButton = value
value = instance.ShowMinimizeButton
public bool ShowMinimizeButton {get; set;}
public:
property bool ShowMinimizeButton {
bool get();
void set ( bool value);
}
See Also