In This Topic
Gets or sets the selector string to determine tab's content element.
Syntax
'Declaration
Public Property Pane As System.String
'Usage
Dim instance As Tab
Dim value As System.String
instance.Pane = value
value = instance.Pane
public System.string Pane {get; set;}
public read-write property Pane: System.String;
public function get,set Pane : System.String
public: __property System.string* get_Pane();
public: __property void set_Pane(
System.string* value
);
public:
property System.String^ Pane {
System.String^ get();
void set ( System.String^ value);
}
See Also