'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("TextBoxUseSystemPasswordCharDescr")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property UseSystemPasswordChar As System.Boolean
'Usage
Dim instance As NInplaceEditTextBox Dim value As System.Boolean instance.UseSystemPasswordChar = value value = instance.UseSystemPasswordChar
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [SRDescription("TextBoxUseSystemPasswordCharDescr")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] public System.bool UseSystemPasswordChar {get; set;}