Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetPasswordChar method

TextBoxActiveXControl::SetPasswordChar method

Gets and sets a character to be displayed in place of the characters entered.

void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetPasswordChar(char16_t value)

Examples

activeXControl.SetPasswordChar(u'a');

See Also