Indicates the reading order of control.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Indicates the reading order of control.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property Dir As ISNet.WebUI.DIR |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInput
Dim value As ISNet.WebUI.DIR
instance.Dir = value
value = instance.Dir |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates the reading order of control.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public ISNet.WebUI.DIR Dir {get; set;} |
Delphi | |
---|
public read-write property Dir: ISNet.WebUI.DIR; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Indicates the reading order of control.")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.CategoryAttribute("Behavior")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set Dir : ISNet.WebUI.DIR |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates the reading order of control.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property ISNet.WebUI.DIR get_Dir();
public: __property void set_Dir(
ISNet.WebUI.DIR value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates the reading order of control.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property ISNet.WebUI.DIR Dir {
ISNet.WebUI.DIR get();
void set ( ISNet.WebUI.DIR value);
} |
Property Value
One of the
ISNet.WebUI.DIR enumeration values that specifies the reading order of control. The default is DIR.ltr .
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