ScrollBarActiveXControl Class

Represents the ScrollBar control.
Inheritance Hierarchy

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

The ScrollBarActiveXControl 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.
(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 propertyLargeChange
Gets and sets the amount by which the Position property changes
Public propertyMax
Gets and sets the maximum acceptable value.
(Inherited from SpinButtonActiveXControl.)
Public propertyMin
Gets and sets the minimum acceptable value.
(Inherited from SpinButtonActiveXControl.)
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 propertyOrientation
Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally.
(Inherited from SpinButtonActiveXControl.)
Public propertyPosition
Gets and sets the value.
(Inherited from SpinButtonActiveXControl.)
Public propertySmallChange
Gets and sets the amount by which the Position property changes
(Inherited from SpinButtonActiveXControl.)
Public propertyType
Gets the type of the ActiveX control.
(Overrides SpinButtonActiveXControlType.)
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