ShowLiterals Property (GcMask)
In This Topic
Gets or sets whether to display the literals during user entry.
Syntax
'Declaration
Public Property ShowLiterals As ShowLiterals
'Usage
Dim instance As GcMask
Dim value As ShowLiterals
instance.ShowLiterals = value
value = instance.ShowLiterals
public ShowLiterals ShowLiterals {get; set;}
Property Value
One of the
GrapeCity.Windows.InputMan.ShowLiterals enumeration values. The default is
GrapeCity.Windows.InputMan.ShowLiterals.Always.
Exceptions
See Also