Share

DockableWindow.SetMinimumSize Method

Parent Object: DockableWindow

Description

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.

Version

Introduced in version 2011

Was this information helpful?