ListBoxActiveXControl Class

Represents a ListBox ActiveX control.
Inheritance Hierarchy

Namespace:  Aspose.Diagram.ActiveXControls
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ListBoxActiveXControl : ActiveXControl

The ListBoxActiveXControl type exposes the following members.

Properties
  NameDescription
Public propertyBackOleColor
Gets and sets the ole color of the background.
(Inherited from ActiveXControlBase.)
Public propertyBorderOleColor
Gets and sets the ole color of the background.
Public propertyBorderStyle
Gets and set the type of border used by the control.
Public propertyBoundColumn
Repsents how the Value property is determined for a ComboBox or ListBox when the MultiSelect propertys value (fmMultiSelectSingle).
Public propertyColumnCount
Repsents the number of columns to display in a ComboBox or ListBox.
Public propertyColumnWidths
Gets and sets the width of the column.
Public propertyData
Gets and sets the binary data of the control.
(Inherited from ActiveXControl.)
Public propertyForeOleColor
Gets and sets the ole color of the foreground.
(Inherited from ActiveXControlBase.)
Public propertyHeight
Gets and sets the height of the control in unit of points.
(Inherited from ActiveXControlBase.)
Public propertyIMEMode
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
(Inherited from ActiveXControl.)
Public propertyIntegralHeight
Indicates whether the control will only show complete lines of text without showing any partial lines.
Public propertyIsAutoSize
Indicates whether the control will automatically resize to display its entire contents.
(Inherited from ActiveXControl.)
Public propertyIsEnabled
Indicates whether whether the control can receive the focus and respond to user-generated events.
(Inherited from ActiveXControl.)
Public propertyIsLocked
Indicates whether data in the control is locked for editing.
(Inherited from ActiveXControl.)
Public propertyIsTransparent
Indicates whether the control is transparent.
(Inherited from ActiveXControl.)
Public propertyListStyle
Gets and sets the visual appearance.
Public propertyListWidth
Gets and set the width in unit of points.
Public propertyMatchEntry
Indicates how a ListBox or ComboBox searches its list as the user types.
Public propertyMouseIcon
Gets and sets a custom icon to display as the mouse pointer for the control.
(Inherited from ActiveXControlBase.)
Public propertyMousePointer
Gets and sets the type of icon displayed as the mouse pointer for the control.
(Inherited from ActiveXControlBase.)
Public propertyScrollBars
Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
Public propertyShowColumnHeads
Indicates whether column headings are displayed.
Public propertySpecialEffect
Gets and sets the special effect of the control.
Public propertyTextColumn
Repsents the column in a ComboBox or ListBox to display to the user.
Public propertyType
Gets the type of the ActiveX control.
(Overrides ActiveXControlBaseType.)
Public propertyValue
Gets and sets the value of the control.
Public propertyWidth
Gets and sets the width of the control in unit of point.
(Inherited from ActiveXControlBase.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also