CommandButtonActiveXControl Class

Repsents a command button.
Inheritance Hierarchy

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

The CommandButtonActiveXControl type exposes the following members.

Properties
  NameDescription
Public propertyAccelerator
Gets and sets the accelerator key for 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.
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 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 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.
Public propertyPicturePosition
Gets and set the location of the control's picture relative to its caption.
Public propertyTakeFocusOnClick
Inidcates whether the control takes the focus when clicked.
Public propertyType
Gets the type of the ActiveX control.
(Overrides ActiveXControlBaseType.)
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