Class ListBoxActiveXControl

ListBoxActiveXControl class

Represents a ListBox ActiveX control.

public class ListBoxActiveXControl : ActiveXControl

Properties

NameDescription
BackOleColor { get; set; }Gets and sets the ole color of the background.
BorderOleColor { get; set; }Gets and sets the ole color of the background.
BorderStyle { get; set; }Gets and set the type of border used by the control.
BoundColumn { get; set; }Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect propertys value (fmMultiSelectSingle).
ColumnCount { get; set; }Represents the number of columns to display in a ComboBox or ListBox.
ColumnWidths { get; set; }Gets and sets the width of the column.
override Data { get; }Gets and sets the binary data of the control.
virtual ForeOleColor { get; set; }Gets and sets the ole color of the foreground.
virtual Height { get; set; }Gets and sets the height of the control in unit of points.
IMEMode { get; set; }Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
IntegralHeight { get; set; }Indicates whether the control will only show complete lines of text without showing any partial lines.
virtual IsAutoSize { get; set; }Indicates whether the control will automatically resize to display its entire contents.
IsEnabled { get; set; }Indicates whether the control can receive the focus and respond to user-generated events.
IsLocked { get; set; }Indicates whether data in the control is locked for editing.
IsTransparent { get; set; }Indicates whether the control is transparent.
ListStyle { get; set; }Gets and sets the visual appearance.
ListWidth { get; set; }Gets and set the width in unit of points.
MatchEntry { get; set; }Indicates how a ListBox or ComboBox searches its list as the user types.
MouseIcon { get; set; }Gets and sets a custom icon to display as the mouse pointer for the control.
MousePointer { get; set; }Gets and sets the type of icon displayed as the mouse pointer for the control.
ScrollBars { get; set; }Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
ShowColumnHeads { get; set; }Indicates whether column headings are displayed.
SpecialEffect { get; set; }Gets and sets the special effect of the control.
TextColumn { get; set; }Represents the column in a ComboBox or ListBox to display to the user.
override Type { get; }Gets the type of the ActiveX control.
Value { get; set; }Gets and sets the value of the control.
virtual Width { get; set; }Gets and sets the width of the control in unit of point.

See Also