FormBuildStringControl.passwordStyle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
passwordStyle() | |
passwordStyle(Boolean) |
passwordStyle()
public:
virtual bool passwordStyle();
public virtual bool passwordStyle ();
abstract member passwordStyle : unit -> bool
override this.passwordStyle : unit -> bool
Public Overridable Function passwordStyle () As Boolean
Returns
Applies to
passwordStyle(Boolean)
public:
virtual bool passwordStyle(bool _value);
public virtual bool passwordStyle (bool _value);
abstract member passwordStyle : bool -> bool
override this.passwordStyle : bool -> bool
Public Overridable Function passwordStyle (_value As Boolean) As Boolean
Parameters
- _value
- Boolean