GH_SliderBase Methods |
The GH_SliderBase type exposes the following members.
Name | Description | |
---|---|---|
FixDomain |
Fix the limits of the slider. Limits will be rounded according to slider type and accuracy.
Also, a minimum range for all types is ensured.
| |
FixValue |
Fix the value of the slider. The value will be rounded according to slider type and accuracy.
Also, the value will be clipped to the limits. Before you call this function, ensure the
limits are set up correctly.
| |
HandleTextInputAccepted | (Overrides GH_TextBoxInputBaseHandleTextInputAccepted(String).) | |
HideTextInputBox |
Hides the text-input override form (if it is displayed).
(Inherited from GH_TextBoxInputBase.) | |
KeyDown |
Respond to a KeyDown event.
| |
MouseDown |
Respond to mouse-down events.
| |
MouseMove |
Respond to mouse-move events.
| |
MouseUp |
Respond to mouse-up events.
| |
OnValueChanged |
Raise the ValueChanged event.
| |
ProcessNumber |
Process a number using the given slider characteristics.
| |
Render |
Render this slider into a Graphics context.
| |
RespondToEnter | (Inherited from GH_TextBoxInputBase.) | |
RespondToEscape | (Inherited from GH_TextBoxInputBase.) | |
SetSnapRanges |
Assign a collection of snap ranges to this slider.
| |
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, Boolean, Matrix, String) | ||
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.) |