Specifies if control text is copied to clipboard contains literals.
Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies if control text is copied to clipboard contains literals.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property CopyWithLiterals As System.Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MaskInfo
Dim value As System.Boolean
instance.CopyWithLiterals = value
value = instance.CopyWithLiterals |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if control text is copied to clipboard contains literals.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.bool CopyWithLiterals {get; set;} |
| Delphi | |
|---|
public read-write property CopyWithLiterals: System.Boolean; |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies if control text is copied to clipboard contains literals.")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set CopyWithLiterals : System.boolean |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if control text is copied to clipboard contains literals.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.bool get_CopyWithLiterals();
public: __property void set_CopyWithLiterals(
System.bool value
); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies if control text is copied to clipboard contains literals.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.bool CopyWithLiterals {
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