RadioButtonActiveXControl Class

Represents a RadioButton ActiveX control.
Inheritance Hierarchy

Namespace:  Aspose.Diagram.ActiveXControls
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class RadioButtonActiveXControl : ToggleButtonActiveXControl

The RadioButtonActiveXControl type exposes the following members.

Properties
  NameDescription
Public propertyAccelerator
Gets and sets the accelerator key for the control.
(Inherited from ToggleButtonActiveXControl.)
Public propertyAlignment
Gets and set the position of the Caption relative to the control.
Public propertyBackOleColor
Gets and sets the ole color of the background.
(Inherited from ActiveXControlBase.)
Public propertyCaption
Gets and set the descriptive text that appears on a control.
(Inherited from ToggleButtonActiveXControl.)
Public propertyData
Gets and sets the binary data of the control.
(Inherited from ActiveXControl.)
Public propertyForeOleColor
Gets and sets the ole color of the foreground.
(Inherited from ActiveXControlBase.)
Public propertyGroupName
Gets and sets the group's name.
Public propertyHeight
Gets and sets the height of the control in unit of points.
(Inherited from ActiveXControlBase.)
Public propertyIMEMode
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
(Inherited from ActiveXControl.)
Public propertyIsAutoSize
Indicates whether the control will automatically resize to display its entire contents.
(Inherited from ActiveXControl.)
Public propertyIsEnabled
Indicates whether whether the control can receive the focus and respond to user-generated events.
(Inherited from ActiveXControl.)
Public propertyIsLocked
Indicates whether data in the control is locked for editing.
(Inherited from ActiveXControl.)
Public propertyIsTransparent
Indicates whether the control is transparent.
(Inherited from ActiveXControl.)
Public propertyIsTripleState
Indicates how the specified control will display Null values.
(Inherited from ToggleButtonActiveXControl.)
Public propertyIsWordWrapped
Indicates whether the contents of the control automatically wrap at the end of a line.
Public propertyMouseIcon
Gets and sets a custom icon to display as the mouse pointer for the control.
(Inherited from ActiveXControlBase.)
Public propertyMousePointer
Gets and sets the type of icon displayed as the mouse pointer for the control.
(Inherited from ActiveXControlBase.)
Public propertyPicture
Gets and sets the data of the picture.
(Inherited from ToggleButtonActiveXControl.)
Public propertyPicturePosition
Gets and set the location of the control's picture relative to its caption.
(Inherited from ToggleButtonActiveXControl.)
Public propertySpecialEffect
Gets and sets the special effect of the control.
(Inherited from ToggleButtonActiveXControl.)
Public propertyType
Gets the type of the ActiveX control.
(Overrides ToggleButtonActiveXControlType.)
Public propertyValue
Indicates if the control is checked or not.
(Inherited from ToggleButtonActiveXControl.)
Public propertyWidth
Gets and sets the width of the control in unit of point.
(Inherited from ActiveXControlBase.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also