GH_DigitScrollerBase Methods |
The GH_DigitScrollerBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | HandleTextInputAccepted | (Overrides GH_TextBoxInputBaseHandleTextInputAccepted(String).) |
![]() | HideTextInputBox |
Hides the text-input override form (if it is displayed).
(Inherited from GH_TextBoxInputBase.) |
![]() | MouseDown |
Respond to mouse-down events.
|
![]() | MouseMove |
Respond to mouse-move events.
|
![]() | MouseUp |
Respond to mouse-up events.
|
![]() | OnInvalidated |
Raise the Invalidated event.
|
![]() | OnValueChanged |
Raise the ValueChanged event.
|
![]() | Render |
Render all UI elements.
|
![]() | RespondToEnter | (Inherited from GH_TextBoxInputBase.) |
![]() | RespondToEscape | (Inherited from GH_TextBoxInputBase.) |
![]() | SetupScroller |
Set the minimum, maximum and value fields simultaneously.
|
![]() | ShowTextInputBox(Control) | |
![]() | ShowTextInputBox(Control, Boolean) | |
![]() | ShowTextInputBox(Control, Boolean, Matrix) | |
![]() | ShowTextInputBox(Control, String, Boolean) |
Display a floating text-box on top of the owner control.
(Inherited from GH_TextBoxInputBase.) |
![]() | ShowTextInputBox(Control, String, Boolean, Boolean) |
Display a floating text-box on top of the owner control.
(Inherited from GH_TextBoxInputBase.) |
![]() | ShowTextInputBox(Control, String, Boolean, Boolean, Matrix) |
Display a floating text-box on top of the owner control.
(Inherited from GH_TextBoxInputBase.) |