GH_TextBoxInputBase
Inheritance Hierarchy
System.Object
Grasshopper.GUI.Base.GH_TextBoxInputBase
Grasshopper.GUI.Base.GH_DigitScrollerBase
Grasshopper.GUI.Base.GH_SliderBase
Namespace: Grasshopper.GUI.Base
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public abstract class GH_TextBoxInputBase
The GH_TextBoxInputBase type exposes the following members.
Constructors
Name
Description
Protected method
GH_TextBoxInputBase
Initializes a new instance of the GH_TextBoxInputBase class
Properties
Name
Description
Public Property
Font
Gets or sets the Font to use in this control.
Public Property
IsTextInput
Gets whether the text input box is currently on screen.
Methods
Name
Description
Protected method
HandleTextInputAccepted
Public Method
HideTextInputBox
Hides the text-input override form (if it is displayed).
Public Method
RespondToEnter
Public Method
RespondToEscape
Public Method
ShowTextInputBox(Control, String, Boolean)
Display a floating text-box on top of the owner control.
Public Method
ShowTextInputBox(Control, String, Boolean, Boolean)
Display a floating text-box on top of the owner control.
Public Method
ShowTextInputBox(Control, String, Boolean, Boolean, Matrix)
Display a floating text-box on top of the owner control.