Click or drag to resize

GH_DigitScrollerBase Methods

The GH_DigitScrollerBase type exposes the following members.

Methods
  NameDescription
Protected methodHandleTextInputAccepted (Overrides GH_TextBoxInputBaseHandleTextInputAccepted(String).)
Public methodHideTextInputBox
Hides the text-input override form (if it is displayed).
(Inherited from GH_TextBoxInputBase.)
Public methodMouseDown
Respond to mouse-down events.
Public methodMouseMove
Respond to mouse-move events.
Public methodMouseUp
Respond to mouse-up events.
Public methodOnInvalidated
Raise the Invalidated event.
Public methodOnValueChanged
Raise the ValueChanged event.
Public methodRender
Render all UI elements.
Public methodRespondToEnter (Inherited from GH_TextBoxInputBase.)
Public methodRespondToEscape (Inherited from GH_TextBoxInputBase.)
Public methodSetupScroller
Set the minimum, maximum and value fields simultaneously.
Public methodShowTextInputBox(Control)
Public methodShowTextInputBox(Control, Boolean)
Public methodShowTextInputBox(Control, Boolean, Matrix)
Public methodShowTextInputBox(Control, String, Boolean)
Display a floating text-box on top of the owner control.
(Inherited from GH_TextBoxInputBase.)
Public methodShowTextInputBox(Control, String, Boolean, Boolean)
Display a floating text-box on top of the owner control.
(Inherited from GH_TextBoxInputBase.)
Public methodShowTextInputBox(Control, String, Boolean, Boolean, Matrix)
Display a floating text-box on top of the owner control.
(Inherited from GH_TextBoxInputBase.)
Top
See Also