Class ScrollBarActiveXControl
Contents
[
Hide
]ScrollBarActiveXControl class
Represents the ScrollBar control.
public class ScrollBarActiveXControl : SpinButtonActiveXControl
Properties
Name | Description |
---|---|
BackOleColor { get; set; } | Gets and sets the ole color of the background. |
override Data { get; } | Gets and sets the binary data of the control. |
virtual ForeOleColor { get; set; } | Gets and sets the ole color of the foreground. |
virtual Height { get; set; } | Gets and sets the height of the control in unit of points. |
IMEMode { get; set; } | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. |
virtual IsAutoSize { get; set; } | Indicates whether the control will automatically resize to display its entire contents. |
IsEnabled { get; set; } | Indicates whether the control can receive the focus and respond to user-generated events. |
IsLocked { get; set; } | Indicates whether data in the control is locked for editing. |
IsTransparent { get; set; } | Indicates whether the control is transparent. |
LargeChange { get; set; } | Gets and sets the amount by which the Position property changes |
Max { get; set; } | Gets and sets the maximum acceptable value. |
Min { get; set; } | Gets and sets the minimum acceptable value. |
MouseIcon { get; set; } | Gets and sets a custom icon to display as the mouse pointer for the control. |
MousePointer { get; set; } | Gets and sets the type of icon displayed as the mouse pointer for the control. |
Orientation { get; set; } | Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally. |
Position { get; set; } | Gets and sets the value. |
SmallChange { get; set; } | Gets and sets the amount by which the Position property changes |
override Type { get; } | Gets the type of the ActiveX control. |
virtual Width { get; set; } | Gets and sets the width of the control in unit of point. |
See Also
- class SpinButtonActiveXControl
- namespace Aspose.Diagram.ActiveXControls
- assembly Aspose.Diagram