Specifies the display text includes literals.
Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the display text includes literals.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property ShowLiterals As System.Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MaskInfo
Dim value As System.Boolean
instance.ShowLiterals = value
value = instance.ShowLiterals |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the display text includes literals.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.bool ShowLiterals {get; set;} |
| Delphi | |
|---|
public read-write property ShowLiterals: System.Boolean; |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the display text includes literals.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ShowLiterals : System.boolean |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the display text includes literals.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.bool get_ShowLiterals();
public: __property void set_ShowLiterals(
System.bool value
); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the display text includes literals.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.bool ShowLiterals {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default is true.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also