ObjectDCL Banner

SplitterMin Property

Description

Sets the closest point the splitter control can move to the bottom or right side of the dialog box.

Type

This property is an integer. The unit is in pixels.

Applies For

Splitter.

Invoking From Old API

Can be passed as "SplitterMin" to Control_SetProperty and Control_GetProperty's string property name where applicable.

Getter Example

CopyCode imageCopy Code
; Get the property from the control
(setq Value (Odcl_Control_GetSplitterMin MyProject_MyForm_MyControl))

(setq Value (Odcl_Control_GetSplitterMin "MyProject" "MyForm" "MyControl"))

Setter Example

CopyCode imageCopy Code
; Set the property to the control
(Odcl_Control_SetSplitterMin MyProject_MyForm_MyControl 50)

(Odcl_Control_SetSplitterMin "MyProject" "MyForm" "MyControl" 50)

See Also

SplitterMax