In This Topic
Gets or sets a value that determines whether this Tab is visible.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property IsVisible As System.Boolean
'Usage
Dim instance As Tab
Dim value As System.Boolean
instance.IsVisible = value
value = instance.IsVisible
[System.ComponentModel.DefaultValue(true)]
public System.bool IsVisible {get; set;}
public read-write property IsVisible: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set IsVisible : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_IsVisible();
public: __property void set_IsVisible(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool IsVisible {
System.bool get();
void set ( System.bool value);
}
See Also