ActiveXControlBase Class

Represents the ActiveX control.
Inheritance Hierarchy

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

The ActiveXControlBase type exposes the following members.

Properties
  NameDescription
Public propertyBackOleColor
Gets and sets the ole color of the background.
Public propertyData
Gets and sets the binary data of the control.
Public propertyForeOleColor
Gets and sets the ole color of the foreground.
Public propertyHeight
Gets and sets the height of the control in unit of points.
Public propertyMouseIcon
Gets and sets a custom icon to display as the mouse pointer for the control.
Public propertyMousePointer
Gets and sets the type of icon displayed as the mouse pointer for the control.
Public propertyType
Gets the type of the ActiveX control.
Public propertyWidth
Gets and sets the width of the control in unit of point.
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