Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl class

ListBoxActiveXControl class

Represents a ListBox ActiveX control.

class ListBoxActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl

Methods

MethodDescription
ActiveXControl(ActiveXControl_Impl* impl)Constructs from an implementation object.
ActiveXControl(const ActiveXControl& src)Copy constructor.
ActiveXControl(const ActiveXControlBase& src)Constructs from a parent object.
ActiveXControlBase(ActiveXControlBase_Impl* impl)Constructs from an implementation object.
ActiveXControlBase(const ActiveXControlBase& src)Copy constructor.
GetBackOleColor()Gets and sets the ole color of the background.
GetBorderOleColor()Gets and sets the ole color of the background.
GetBorderStyle()Gets and set the type of border used by the control.
GetBoundColumn()Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle).
GetColumnCount()Represents the number of columns to display in a ComboBox or ListBox.
GetColumnWidths()Gets and sets the width of the column.
GetData()Gets and sets the binary data of the control.
GetFont()Represents the font of the control.
GetForeOleColor()Gets and sets the ole color of the foreground.
GetHeight()Gets and sets the height of the control in unit of points.
GetIMEMode()Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
GetIntegralHeight()Indicates whether the control will only show complete lines of text without showing any partial lines.
GetLinkedCell()Gets and sets the linked cell.
GetListFillRange()Gets and sets the list fill range.
GetListStyle()Gets and sets the visual appearance.
GetListWidth()Gets and set the width in unit of points.
GetMatchEntry()Indicates how a ListBox or ComboBox searches its list as the user types.
GetMouseIcon()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.
GetScrollBars()Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
GetSelectionType()Indicates whether the control permits multiple selections.
GetShadow()Indicates whether to show a shadow.
GetShowColumnHeads()Indicates whether column headings are displayed.
GetSpecialEffect()Gets and sets the special effect of the control.
GetTextAlign()Represents how to align the text used by the control.
GetTextColumn()Represents the column in a ComboBox or ListBox to display to the user.
virtual GetType()Gets the type of the ActiveX control.
GetValue()Gets and sets the value of the control.
GetWidth()Gets and sets the width of the control in unit of points.
GetWorkbook()Gets the Workbook object.
IsAutoSize()Indicates whether the control will automatically resize to display its entire contents.
IsEnabled()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.
IsNull() constChecks whether the implementation object is nullptr.
IsTransparent()Indicates whether the control is transparent.
IsVisible()Indicates whether this control is visible.
ListBoxActiveXControl(ListBoxActiveXControl_Impl* impl)Constructs from an implementation object.
ListBoxActiveXControl(const ListBoxActiveXControl& src)Copy constructor.
ListBoxActiveXControl(const ActiveXControl& src)Constructs from a parent object.
explicit operator bool() constoperator bool()
operator=(const ListBoxActiveXControl& src)operator=
operator=(const ActiveXControl& src)operator=
operator=(const ActiveXControlBase& src)operator=
SetBackOleColor(int32_t value)Gets and sets the ole color of the background.
SetBorderOleColor(int32_t value)Gets and sets the ole color of the background.
SetBorderStyle(ControlBorderType value)Gets and set the type of border used by the control.
SetBoundColumn(int32_t value)Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle).
SetColumnCount(int32_t value)Represents the number of columns to display in a ComboBox or ListBox.
SetColumnWidths(double value)Gets and sets the width of the column.
SetForeOleColor(int32_t value)Gets and sets the ole color of the foreground.
SetHeight(double value)Gets and sets the height of the control in unit of points.
SetIMEMode(InputMethodEditorMode value)Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
SetIntegralHeight(bool value)Indicates whether the control will only show complete lines of text without showing any partial lines.
SetIsAutoSize(bool value)Indicates whether the control will automatically resize to display its entire contents.
SetIsEnabled(bool value)Indicates whether the control can receive the focus and respond to user-generated events.
SetIsLocked(bool value)Indicates whether data in the control is locked for editing.
SetIsTransparent(bool value)Indicates whether the control is transparent.
SetIsVisible(bool value)Indicates whether this control is visible.
SetLinkedCell(const U16String& value)Gets and sets the linked cell.
SetLinkedCell(const char16_t* value)Gets and sets the linked cell.
SetListFillRange(const U16String& value)Gets and sets the list fill range.
SetListFillRange(const char16_t* value)Gets and sets the list fill range.
SetListStyle(ControlListStyle value)Gets and sets the visual appearance.
SetListWidth(double value)Gets and set the width in unit of points.
SetMatchEntry(ControlMatchEntryType value)Indicates how a ListBox or ComboBox searches its list as the user types.
SetMouseIcon(const Vector <uint8_t>& value)Gets and sets a custom icon to display as the mouse pointer for the control.
SetMousePointer(ControlMousePointerType value)Gets and sets the type of icon displayed as the mouse pointer for the control.
SetScrollBars(ControlScrollBarType value)Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
SetSelectionType(SelectionType value)Indicates whether the control permits multiple selections.
SetShadow(bool value)Indicates whether to show a shadow.
SetShowColumnHeads(bool value)Indicates whether column headings are displayed.
SetSpecialEffect(ControlSpecialEffectType value)Gets and sets the special effect of the control.
SetTextAlign(TextAlignmentType value)Represents how to align the text used by the control.
SetTextColumn(int32_t value)Represents the column in a ComboBox or ListBox to display to the user.
SetValue(const U16String& value)Gets and sets the value of the control.
SetValue(const char16_t* value)Gets and sets the value of the control.
SetWidth(double value)Gets and sets the width of the control in unit of points.
~ActiveXControl()Destructor.
~ActiveXControlBase()Destructor.
~ListBoxActiveXControl()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also