RadioButtonActiveXControl Class
Contents
[
Hide
]RadioButtonActiveXControl class
Represents a RadioButton ActiveX control.
type RadioButtonActiveXControl struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewRadioButtonActiveXControl | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Gets the type of the ActiveX control. |
GetGroupName | Gets and sets the group’s name. |
SetGroupName | Gets and sets the group’s name. |
GetAlignment | Gets and set the position of the Caption relative to the control. |
SetAlignment | Gets and set the position of the Caption relative to the control. |
IsWordWrapped | Indicates whether the contents of the control automatically wrap at the end of a line. |
SetIsWordWrapped | Indicates whether the contents of the control automatically wrap at the end of a line. |
GetCaption | Gets and set the descriptive text that appears on a control. |
SetCaption | Gets and set the descriptive text that appears on a control. |
GetPicturePosition | Gets and set the location of the control’s picture relative to its caption. |
SetPicturePosition | Gets and set the location of the control’s picture relative to its caption. |
GetSpecialEffect | Gets and sets the special effect of the control. |
SetSpecialEffect | Gets and sets the special effect of the control. |
GetAccelerator | Gets and sets the accelerator key for the control. |
SetAccelerator | Gets and sets the accelerator key for the control. |
GetValue | Indicates if the control is checked or not. |
SetValue | Indicates if the control is checked or not. |
IsTripleState | Indicates how the specified control will display Null values. |
SetIsTripleState | Indicates how the specified control will display Null values. |