GH_SliderBaseShowTextInputBox Method (Control, Boolean, Matrix, String) |
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void ShowTextInputBox(
Control owner,
bool limitToBoundary,
Matrix transform,
string content
)
Public Sub ShowTextInputBox (
owner As Control,
limitToBoundary As Boolean,
transform As Matrix,
content As String
)
Parameters
- owner
- Type: System.Windows.FormsControl
- limitToBoundary
- Type: SystemBoolean
- transform
- Type: System.Drawing.Drawing2DMatrix
- content
- Type: SystemString
See Also