
Sets the closest point the splitter control can move to the bottom or right side of the dialog box.
This property is an integer. The unit is in pixels.
Can be passed as "SplitterMin" to Control_SetProperty and Control_GetProperty's string property name where applicable.
Copy Code |
|---|
; Get the property from the control (setq Value (Odcl_Control_GetSplitterMin MyProject_MyForm_MyControl)) (setq Value (Odcl_Control_GetSplitterMin "MyProject" "MyForm" "MyControl")) |
Copy Code |
|---|
; Set the property to the control (Odcl_Control_SetSplitterMin MyProject_MyForm_MyControl 50) (Odcl_Control_SetSplitterMin "MyProject" "MyForm" "MyControl" 50) |