TextBox UpdateTextFromKeyboardInput Method Delta Engine Documentation

Namespace: DeltaEngine.Scenes.Controls
Assembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void UpdateTextFromKeyboardInput(
	Func<string, string> handleInput
)

Parameters

handleInput
Type: System Func String, String 

Implements

KeyboardControllable UpdateTextFromKeyboardInput(Func String, String )
See Also