ScrollBarActiveXControl Class
Contents
[
Hide
]ScrollBarActiveXControl class
Represents the ScrollBar control.
type ScrollBarActiveXControl struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewScrollBarActiveXControl | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Gets the type of the ActiveX control. |
GetLargeChange | Gets and sets the amount by which the Position property changes |
SetLargeChange | Gets and sets the amount by which the Position property changes |
GetMin | Gets and sets the minimum acceptable value. |
SetMin | Gets and sets the minimum acceptable value. |
GetMax | Gets and sets the maximum acceptable value. |
SetMax | Gets and sets the maximum acceptable value. |
GetPosition | Gets and sets the value. |
SetPosition | Gets and sets the value. |
GetSmallChange | Gets and sets the amount by which the Position property changes |
SetSmallChange | Gets and sets the amount by which the Position property changes |
GetOrientation | Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally. |
SetOrientation | Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally. |