ComboBoxActiveXControl Class
Contents
[
Hide
]ComboBoxActiveXControl class
Represents a ComboBox ActiveX control.
type ComboBoxActiveXControl struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewComboBoxActiveXControl | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Gets the type of the ActiveX control. |
GetMaxLength | Gets and sets the maximum number of characters |
SetMaxLength | Gets and sets the maximum number of characters |
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. |
GetListRows | Represents the maximum number of rows to display in the list. |
SetListRows | Represents the maximum number of rows to display in the list. |
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. |
GetDropButtonStyle | Specifies the symbol displayed on the drop button |
SetDropButtonStyle | Specifies the symbol displayed on the drop button |
GetShowDropButtonTypeWhen | Specifies the symbol displayed on the drop button |
SetShowDropButtonTypeWhen | Specifies the symbol displayed on the drop button |
GetListStyle | Gets and sets the visual appearance. |
SetListStyle | Gets and sets the visual appearance. |
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. |
IsEditable | Indicates whether the user can type into the control. |
SetIsEditable | Indicates whether the user can type into the control. |
GetShowColumnHeads | Indicates whether column headings are displayed. |
SetShowColumnHeads | Indicates whether column headings are displayed. |
IsDragBehaviorEnabled | Indicates whether dragging and dropping is enabled for the control. |
SetIsDragBehaviorEnabled | Indicates whether dragging and dropping is enabled for the control. |
GetEnterFieldBehavior | Specifies selection behavior when entering the control.True specifies that the selection remains unchanged from last time the control was active.False specifies that all the text in the control will be selected when entering the control. |
SetEnterFieldBehavior | Specifies selection behavior when entering the control.True specifies that the selection remains unchanged from last time the control was active.False specifies that all the text in the control will be selected when entering the control. |
GetSelectionMargin | Indicates whether the user can select a line of text by clicking in the region to the left of the text. |
SetSelectionMargin | Indicates whether the user can select a line of text by clicking in the region to the left of the text. |
GetValue | Gets and sets the value of the control. |
SetValue | Gets and sets the value of the control. |
GetHideSelection | Indicates whether selected text in the control appears highlighted when the control does not have focus. |
SetHideSelection | Indicates whether selected text in the control appears highlighted when the control does not have focus. |
GetColumnWidths | Gets and sets the width of the column. |
SetColumnWidths | Gets and sets the width of the column. |
IsAutoWordSelected | Specifies the basic unit used to extend a selection.True specifies that the basic unit is a single character.false specifies that the basic unit is a whole word. |
SetIsAutoWordSelected | Specifies the basic unit used to extend a selection.True specifies that the basic unit is a single character.false specifies that the basic unit is a whole word. |
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. |
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. |