SpinButtonActiveXControl Class
Contents
[
Hide
]SpinButtonActiveXControl class
Represents the SpinButton control.
type SpinButtonActiveXControl struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewSpinButtonActiveXControl | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Gets the type of the ActiveX control. |
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. |
IsEnabled | Indicates whether the control can receive the focus and respond to user-generated events. |
SetIsEnabled | Indicates whether the control can receive the focus and respond to user-generated events. |
IsLocked | Indicates whether data in the control is locked for editing. |
SetIsLocked | Indicates whether data in the control is locked for editing. |
IsTransparent | Indicates whether the control is transparent. |
SetIsTransparent | Indicates whether the control is transparent. |
GetIMEMode | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. |
SetIMEMode | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. |
GetFont | Represents the font of the control. |
GetTextAlign | Represents how to align the text used by the control. |
SetTextAlign | Represents how to align the text used by the control. |
IsAutoSize | Indicates whether the control will automatically resize to display its entire contents. |
SetIsAutoSize | Indicates whether the control will automatically resize to display its entire contents. |