DockableWindow.SetMinimumSize Method
Parent Object: DockableWindowDescription
Method that sets the minimum size that the user can resize the window to.
Syntax
DockableWindow.SetMinimumSize( Height As Long, Width As Long )Parameters
Name | Type | Description |
Height | Long | Input Long that specifies the minimum height for the window. |
Width | Long | Input Long that specifies the minimum width for the window. |