Indicates if HighLight selects another text object (a character, a phrase or a word) as soon as current text object is filled.
Indicates if HighLight selects another text object (a character, a phrase or a word) as soon as the current text object is filled.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Indicates if HighLight selects another text object (a character, a phrase or a word) as soon as current text object is filled.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute(True)>
Public Property AutoTabWhenFilled As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As HighLight
Dim value As System.Boolean
instance.AutoTabWhenFilled = value
value = instance.AutoTabWhenFilled |
C# | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Indicates if HighLight selects another text object (a character, a phrase or a word) as soon as current text object is filled.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public System.bool AutoTabWhenFilled {get; set;} |
Delphi | |
---|
public read-write property AutoTabWhenFilled: System.Boolean; |
JScript | |
---|
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Indicates if HighLight selects another text object (a character, a phrase or a word) as soon as current text object is filled.")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set AutoTabWhenFilled : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Indicates if HighLight selects another text object (a character, a phrase or a word) as soon as current text object is filled.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public: __property System.bool get_AutoTabWhenFilled();
public: __property void set_AutoTabWhenFilled(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Indicates if HighLight selects another text object (a character, a phrase or a word) as soon as current text object is filled.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
public:
property System.bool AutoTabWhenFilled {
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