Properties
Set the text field to titlecase mode. Node that this will not change the current value of the text, you must use SetText again to cause it to be titlecased. Converts the first letter of each word to uppercase except for all caps words, which are considered to be acronyms. If used in conjunction with Uppercase, the text will be uppercased.
Set the text field to uppercase mode. Node that this will not change the current value of the text, you must use SetText again to cause it to be uppercased.
Methods
Returns
void
Returns
void
Returns
void
Parameters
text
string
skipValidation
boolean
optional
skipRtlValidation
boolean
optional
Returns
Parameters
text
string
skipValidation
boolean
optional
skipRtlValidation
boolean
optional
Returns
Parameters
value
string
Returns
void
Parameters
value
string
skipValidation
boolean
Returns
void
Set label text using a pre-localized string.
Parameters
value
string
skipRtlValidation
boolean
optional
Returns
void
Parameters
value
string
Returns
void
Parameters
value
string
Returns
void
Updated 24 days ago