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.
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.
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.