UnknownControl Class

Unknow control.
Inheritance Hierarchy

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

The UnknownControl type exposes the following members.

Properties
  NameDescription
Public propertyBackOleColor
Gets and sets the ole color of the background.
(Inherited from ActiveXControlBase.)
Public propertyData
Gets and sets the binary data of the control.
(Overrides ActiveXControlData.)
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 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 propertyPersistenceType
Gets the persistence method to persist an ActiveX control.
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 methodGetRelationshipData
Gets the releated data.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also