Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
This member overrides RibbonControl.Visible.
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 RibbonSeparator
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
Remarks
This property has no effect on the control's appearance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools.Ribbon Namespace