RadioButtonActiveXControl Class

RadioButtonActiveXControl class

Represents a RadioButton ActiveX control.


type RadioButtonActiveXControl struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewRadioButtonActiveXControlConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeGets the type of the ActiveX control.
GetGroupNameGets and sets the group’s name.
SetGroupNameGets and sets the group’s name.
GetAlignmentGets and set the position of the Caption relative to the control.
SetAlignmentGets and set the position of the Caption relative to the control.
IsWordWrappedIndicates whether the contents of the control automatically wrap at the end of a line.
SetIsWordWrappedIndicates whether the contents of the control automatically wrap at the end of a line.
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.
GetDataGets and sets the binary data of 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 Workbook object.
GetMouseIconGets and sets a custom icon to display as the mouse pointer for the control.
SetMouseIconGets and sets a custom icon to display as the mouse pointer for the control.
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.
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.
GetCaptionGets and set the descriptive text that appears on a control.
SetCaptionGets and set the descriptive text that appears on a control.
GetPicturePositionGets and set the location of the control’s picture relative to its caption.
SetPicturePositionGets and set the location of the control’s picture relative to its caption.
GetSpecialEffectGets and sets the special effect of the control.
SetSpecialEffectGets and sets the special effect of the control.
GetPictureGets and sets the data of the picture.
SetPictureGets and sets the data of the picture.
GetAcceleratorGets and sets the accelerator key for the control.
SetAcceleratorGets and sets the accelerator key for the control.
GetValueIndicates if the control is checked or not.
SetValueIndicates if the control is checked or not.
IsTripleStateIndicates how the specified control will display Null values.
SetIsTripleStateIndicates how the specified control will display Null values.