public System.int TabIndex {get; set;}
public read-write property TabIndex: System.Integer;
public function get,set TabIndex : System.int
public: __property System.int get_TabIndex(); public: __property void set_TabIndex( System.int value );
'Declaration
Public Property TabIndex As System.Integer
'Usage
Dim instance As ColumnHeader Dim value As System.Integer instance.TabIndex = value value = instance.TabIndex