RibbonGroup.IsVisible Property

Applies to v2.

Gets or sets a value indicating whether the group is visible.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Property IsVisible As Boolean 
    Get 
    Set
'Usage
Dim instance As RibbonGroup 
Dim value As Boolean 

value = instance.IsVisible

instance.IsVisible = value
public bool IsVisible { get; set; }
public:
property bool IsVisible {
    bool get ();
    void set (bool value);
}
member IsVisible : bool with get, set
function get IsVisible () : boolean 
function set IsVisible (value : boolean)

Property Value

Type: System.Boolean
true if the group is visible; otherwise, false.

See Also

Reference

RibbonGroup Class

Microsoft.WebMatrix.Extensibility Namespace