Click or drag to resize

GH_SliderBaseTextInputHandlerDelegate Property

Gets or sets the custom handler for text input. If you do not set a custom handler the default behaviour will be used.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_SliderBaseTextInputHandler TextInputHandlerDelegate { get; set; }

Property Value

Type: GH_SliderBaseTextInputHandler

[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_SliderBase.TextInputHandlerDelegate"]

See Also