Method | Description | |
---|---|---|
Open ( string text ) : |
||
Open ( string text, iPhoneKeyboardType keyboardType ) : |
||
Open ( string text, iPhoneKeyboardType keyboardType, bool autocorrection ) : |
||
Open ( string text, iPhoneKeyboardType keyboardType, bool autocorrection, bool multiline ) : |
||
Open ( string text, iPhoneKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure ) : |
||
Open ( string text, iPhoneKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert ) : |
||
Open ( string text, iPhoneKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder ) : |
||
iPhoneKeyboard ( string text, iPhoneKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder ) |
Method | Description | |
---|---|---|
Finalize ( ) : void |
Method | Description | |
---|---|---|
Destroy ( ) : void | ||
iPhoneKeyboard_InternalConstructorHelper ( iPhoneKeyboard_InternalConstructorHelperArguments arguments ) : void |
public static Open ( string text ) : |
||
text | string | |
return |
public static Open ( string text, iPhoneKeyboardType keyboardType ) : |
||
text | string | |
keyboardType | iPhoneKeyboardType | |
return |
public static Open ( string text, iPhoneKeyboardType keyboardType, bool autocorrection ) : |
||
text | string | |
keyboardType | iPhoneKeyboardType | |
autocorrection | bool | |
return |
public static Open ( string text, iPhoneKeyboardType keyboardType, bool autocorrection, bool multiline ) : |
||
text | string | |
keyboardType | iPhoneKeyboardType | |
autocorrection | bool | |
multiline | bool | |
return |
public static Open ( string text, iPhoneKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure ) : |
||
text | string | |
keyboardType | iPhoneKeyboardType | |
autocorrection | bool | |
multiline | bool | |
secure | bool | |
return |
public static Open ( string text, iPhoneKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert ) : |
||
text | string | |
keyboardType | iPhoneKeyboardType | |
autocorrection | bool | |
multiline | bool | |
secure | bool | |
alert | bool | |
return |
public static Open ( string text, iPhoneKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder ) : |
||
text | string | |
keyboardType | iPhoneKeyboardType | |
autocorrection | bool | |
multiline | bool | |
secure | bool | |
alert | bool | |
textPlaceholder | string | |
return |
public iPhoneKeyboard ( string text, iPhoneKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder ) | ||
text | string | |
keyboardType | iPhoneKeyboardType | |
autocorrection | bool | |
multiline | bool | |
secure | bool | |
alert | bool | |
textPlaceholder | string |