ActiveXControl Class

ActiveXControl class

Represents the ActiveX control.


type ActiveXControl struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewActiveXControlConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsEnabledIndicates whether the control can receive the focus and respond to user-generated events.
SetIsEnabledIndicates whether the control can receive the focus and respond to user-generated events.
IsLockedIndicates whether data in the control is locked for editing.
SetIsLockedIndicates whether data in the control is locked for editing.
IsTransparentIndicates whether the control is transparent.
SetIsTransparentIndicates whether the control is transparent.
GetIMEModeGets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
SetIMEModeGets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
GetFontRepresents the font of the control.
GetTextAlignRepresents how to align the text used by the control.
SetTextAlignRepresents how to align the text used by the control.
IsAutoSizeIndicates whether the control will automatically resize to display its entire contents.
SetIsAutoSizeIndicates whether the control will automatically resize to display its entire contents.
GetWorkbookGets the object.
GetMousePointerGets and sets the type of icon displayed as the mouse pointer for the control.
SetMousePointerGets and sets the type of icon displayed as the mouse pointer for the control.
GetLinkedCellGets and sets the linked cell.
SetLinkedCellGets and sets the linked cell.
GetListFillRangeGets and sets the list fill range.
SetListFillRangeGets and sets the list fill range.
GetTypeGets the type of the ActiveX control.
GetWidthGets and sets the width of the control in unit of points.
SetWidthGets and sets the width of the control in unit of points.
GetHeightGets and sets the height of the control in unit of points.
SetHeightGets and sets the height of the control in unit of points.
GetForeOleColorGets and sets the ole color of the foreground.
SetForeOleColorGets and sets the ole color of the foreground.
GetBackOleColorGets and sets the ole color of the background.
SetBackOleColorGets and sets the ole color of the background.
IsVisibleIndicates whether this control is visible.
SetIsVisibleIndicates whether this control is visible.
GetShadowIndicates whether to show a shadow.
SetShadowIndicates whether to show a shadow.