| GH_TextBoxInputBaseShowTextInputBox Method (Control, String, Boolean, Boolean, Matrix) | 
 
 Display a floating text-box on top of the owner control.
 
 
    Namespace: 
   Grasshopper.GUI.Base
    Assembly:
   Grasshopper (in Grasshopper.dll)
 Syntax
Syntaxpublic void ShowTextInputBox(
	Control owner,
	string content,
	bool selectContent,
	bool limitToBoundary,
	Matrix transform
)
Public Sub ShowTextInputBox ( 
	owner As Control,
	content As String,
	selectContent As Boolean,
	limitToBoundary As Boolean,
	transform As Matrix
)
Parameters
- owner
- Type: System.Windows.FormsControl
 Control that owns this slider. The coordinates of the Bounds 
 rectangle must be specified in owner coordinates.
- content
- Type: SystemString
 
- selectContent
- Type: SystemBoolean
 
- limitToBoundary
- Type: SystemBoolean
 If True, the pop up input box will be 'clipped' to the owner boundary. 
 At least some part of the slider must be visible for this to work.
- transform
- Type: System.Drawing.Drawing2DMatrix
 Transformation matrix to apply to pop up UI.
 See Also
See Also