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