Udostępnij za pośrednictwem


RibbonButtonGroup.Visible Property (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Setting this property has no effect.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Overrides Property Visible As Boolean
'Usage
Dim instance As RibbonButtonGroup 
Dim value As Boolean 

value = instance.Visible

instance.Visible = value
[BrowsableAttribute(false)]
public override bool Visible { get; set; }
[BrowsableAttribute(false)]
public:
virtual property bool Visible {
    bool get () override;
    void set (bool value) override;
}
public override function get Visible () : boolean 
public override function set Visible (value : boolean)

Property Value

Type: System.Boolean
This property always returns true.

Remarks

This property does not appear in the Properties window.

To change the visibility of a RibbonButtonGroup, place the RibbonButtonGroup on a RibbonBox and modify the Visible property of the RibbonBox.

.NET Framework Security

See Also

Reference

RibbonButtonGroup Class

RibbonButtonGroup Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview