In This Topic
Gets or sets whether the window can be resized and maximized.
Syntax
'Declaration
Public Property IsResizable As Boolean
'Usage
Dim instance As C1Window
Dim value As Boolean
instance.IsResizable = value
value = instance.IsResizable
public bool IsResizable {get; set;}
public:
property bool IsResizable {
bool get();
void set ( bool value);
}
See Also