Visual Basic (Declaration) | |
---|---|
Public Property tabOrder As TabOrderType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DescribeLayoutSection Dim value As TabOrderType instance.tabOrder = value value = instance.tabOrder |
C# | |
---|---|
public TabOrderType tabOrder {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property TabOrderType get_tabOrder(); public: __property void set_tabOrder( TabOrderType value ); |
C++/CLI | |
---|---|
public: property TabOrderType tabOrder { TabOrderType get(); void set ( TabOrderType value); } |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family