
The distance from the top of the control to the bottom of the form.
This property is an integer and represents a distance in pixels.
ActiveX, AngleSlider, Animation, BlockList, BlockView, CheckBox, ComboBox, DwgList, DwgPreview, Frame, GraphicButton, EditableGrid, Grid (Hatch), HtmlControl, ImageCombo, Label, ListBox, ListView, MonthPicker, Option, OptionList, PictureBox, ProgressBar, Rectangle, ScrollBar, SliderBar, SlideView, SpinButton, Splitter, TabControl, TextBox, TextButton, TreeControl, UrlLink.
Can be passed as "TopFromBottom" to Control_SetProperty and Control_GetProperty's string property name where applicable.
This property has no effect unless the UseTopFromBottom property is set to 1.
Copy Code |
|---|
; Get the property from the control (setq Value (Odcl_Control_GetTopFromBottom MyProject_MyForm_MyControl)) (setq Value (Odcl_Control_GetTopFromBottom "MyProject" "MyForm" "MyControl")) |
Copy Code |
|---|
; Set the property to the control (Odcl_Control_SetTopFromBottom MyProject_MyForm_MyControl 50) (Odcl_Control_SetTopFromBottom "MyProject" "MyForm" "MyControl" 50) |