GH_DigitScrollerBase.ShowTextInputBox Method (Control, Boolean, Matrix)

GH_DigitScrollerBaseShowTextInputBox Method (Control, Boolean, Matrix)

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void ShowTextInputBox(
	Control owner,
	bool limitToBoundary,
	Matrix transform
)
Public Sub ShowTextInputBox ( 
	owner As Control,
	limitToBoundary As Boolean,
	transform As Matrix
)

Parameters

owner
Type: System.Windows.FormsControl
limitToBoundary
Type: SystemBoolean
transform
Type: System.Drawing.Drawing2DMatrix
See Also