ListBoxActiveXControl Class
Contents
[
Hide
]ListBoxActiveXControl class
Represents a ListBox ActiveX control.
type ListBoxActiveXControl struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewListBoxActiveXControl | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Gets the type of the ActiveX control. |
GetScrollBars | Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. |
SetScrollBars | Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. |
GetListWidth | Gets and set the width in unit of points. |
SetListWidth | Gets and set the width in unit of points. |
GetBoundColumn | Represents how the Value property is determined for a ComboBox or ListBoxwhen the MultiSelect properties value (fmMultiSelectSingle). |
SetBoundColumn | Represents how the Value property is determined for a ComboBox or ListBoxwhen the MultiSelect properties value (fmMultiSelectSingle). |
GetTextColumn | Represents the column in a ComboBox or ListBox to display to the user. |
SetTextColumn | Represents the column in a ComboBox or ListBox to display to the user. |
GetColumnCount | Represents the number of columns to display in a ComboBox or ListBox. |
SetColumnCount | Represents the number of columns to display in a ComboBox or ListBox. |
GetMatchEntry | Indicates how a ListBox or ComboBox searches its list as the user types. |
SetMatchEntry | Indicates how a ListBox or ComboBox searches its list as the user types. |
GetListStyle | Gets and sets the visual appearance. |
SetListStyle | Gets and sets the visual appearance. |
GetSelectionType | Indicates whether the control permits multiple selections. |
SetSelectionType | Indicates whether the control permits multiple selections. |
GetValue | Gets and sets the value of the control. |
SetValue | Gets and sets the value of the control. |
GetBorderStyle | Gets and set the type of border used by the control. |
SetBorderStyle | Gets and set the type of border used by the control. |
GetBorderOleColor | Gets and sets the ole color of the background. |
SetBorderOleColor | Gets and sets the ole color of the background. |
GetSpecialEffect | Gets and sets the special effect of the control. |
SetSpecialEffect | Gets and sets the special effect of the control. |
GetShowColumnHeads | Indicates whether column headings are displayed. |
SetShowColumnHeads | Indicates whether column headings are displayed. |
GetIntegralHeight | Indicates whether the control will only show complete lines of text without showing any partial lines. |
SetIntegralHeight | Indicates whether the control will only show complete lines of text without showing any partial lines. |
GetColumnWidths | Gets and sets the width of the column. |
SetColumnWidths | Gets and sets the width of the column. |
IsEnabled | Indicates whether the control can receive the focus and respond to user-generated events. |
SetIsEnabled | Indicates whether the control can receive the focus and respond to user-generated events. |
IsLocked | Indicates whether data in the control is locked for editing. |
SetIsLocked | Indicates whether data in the control is locked for editing. |
IsTransparent | Indicates whether the control is transparent. |
SetIsTransparent | Indicates whether the control is transparent. |
GetIMEMode | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. |
SetIMEMode | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. |
GetFont | Represents the font of the control. |
GetTextAlign | Represents how to align the text used by the control. |
SetTextAlign | Represents how to align the text used by the control. |
GetData | Gets and sets the binary data of the control. |
IsAutoSize | Indicates whether the control will automatically resize to display its entire contents. |
SetIsAutoSize | Indicates whether the control will automatically resize to display its entire contents. |
GetWorkbook | Gets the Workbook object. |
GetMouseIcon | Gets and sets a custom icon to display as the mouse pointer for the control. |
SetMouseIcon | Gets and sets a custom icon to display as the mouse pointer for the control. |
GetMousePointer | Gets and sets the type of icon displayed as the mouse pointer for the control. |
SetMousePointer | Gets and sets the type of icon displayed as the mouse pointer for the control. |
GetLinkedCell | Gets and sets the linked cell. |
SetLinkedCell | Gets and sets the linked cell. |
GetListFillRange | Gets and sets the list fill range. |
SetListFillRange | Gets and sets the list fill range. |
GetWidth | Gets and sets the width of the control in unit of points. |
SetWidth | Gets and sets the width of the control in unit of points. |
GetHeight | Gets and sets the height of the control in unit of points. |
SetHeight | Gets and sets the height of the control in unit of points. |
GetForeOleColor | Gets and sets the ole color of the foreground. |
SetForeOleColor | Gets and sets the ole color of the foreground. |
GetBackOleColor | Gets and sets the ole color of the background. |
SetBackOleColor | Gets and sets the ole color of the background. |
IsVisible | Indicates whether this control is visible. |
SetIsVisible | Indicates whether this control is visible. |
GetShadow | Indicates whether to show a shadow. |
SetShadow | Indicates whether to show a shadow. |