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