SpinButtonActiveXControl Class

SpinButtonActiveXControl class

Represents the SpinButton control.


type SpinButtonActiveXControl struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewSpinButtonActiveXControlConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeGets the type of the ActiveX control.
GetMinGets and sets the minimum acceptable value.
SetMinGets and sets the minimum acceptable value.
GetMaxGets and sets the maximum acceptable value.
SetMaxGets and sets the maximum acceptable value.
GetPositionGets and sets the value.
SetPositionGets and sets the value.
GetSmallChangeGets and sets the amount by which the Position property changes
SetSmallChangeGets and sets the amount by which the Position property changes
GetOrientationGets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally.
SetOrientationGets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally.
IsEnabledIndicates whether the control can receive the focus and respond to user-generated events.
SetIsEnabledIndicates whether the control can receive the focus and respond to user-generated events.
IsLockedIndicates whether data in the control is locked for editing.
SetIsLockedIndicates whether data in the control is locked for editing.
IsTransparentIndicates whether the control is transparent.
SetIsTransparentIndicates whether the control is transparent.
GetIMEModeGets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
SetIMEModeGets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
GetFontRepresents the font of the control.
GetTextAlignRepresents how to align the text used by the control.
SetTextAlignRepresents how to align the text used by the control.
IsAutoSizeIndicates whether the control will automatically resize to display its entire contents.
SetIsAutoSizeIndicates whether the control will automatically resize to display its entire contents.