Method | Description | |
---|---|---|
Accepts ( this self, AcceptedCharacters accepted ) : |
||
AutoCompleteWith ( this self, string autoCompleteString ) : |
||
AutoCompleteWith ( this self, string autoCompleteString, bool atEndOfSpan ) : |
||
WithEditorHints ( this self, EditorHints hints ) : |
public static Accepts ( this self, AcceptedCharacters accepted ) : |
||
self | this | |
accepted | AcceptedCharacters | |
return |
public static AutoCompleteWith ( this self, string autoCompleteString ) : |
||
self | this | |
autoCompleteString | string | |
return |
public static AutoCompleteWith ( this self, string autoCompleteString, bool atEndOfSpan ) : |
||
self | this | |
autoCompleteString | string | |
atEndOfSpan | bool | |
return |
public static WithEditorHints ( this self, EditorHints hints ) : |
||
self | this | |
hints | EditorHints | |
return |