Click or drag to resize

IKeyboardOpen Method

打开键盘

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void Open(
	string text,
	bool autocorrection,
	bool multiline,
	bool secure,
	bool alert,
	string textPlaceholder,
	int keyboardType,
	bool hideInput
)

Parameters

text
Type: SystemString
autocorrection
Type: SystemBoolean
multiline
Type: SystemBoolean
secure
Type: SystemBoolean
alert
Type: SystemBoolean
textPlaceholder
Type: SystemString
keyboardType
Type: SystemInt32
hideInput
Type: SystemBoolean
See Also