ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Control Class / TabOrder Property






In This Topic
    TabOrder Property (Control)
    In This Topic
    Gets or sets a value of the tabindex attribute associated with the control.
    Syntax
    'Declaration
     
    
    Public Property TabOrder As System.Integer
    'Usage
     
    
    Dim instance As Control
    Dim value As System.Integer
     
    instance.TabOrder = value
     
    value = instance.TabOrder
    public System.int TabOrder {get; set;}
    public read-write property TabOrder: System.Integer; 
    public function get,set TabOrder : System.int
    public: __property System.int get_TabOrder();
    public: __property void set_TabOrder( 
       System.int value
    );
    public:
    property System.int TabOrder {
       System.int get();
       void set (    System.int value);
    }
    See Also