Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.Enabled.
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 Enabled As Boolean
'Usage
Dim instance As RibbonBox
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
[BrowsableAttribute(false)]
public override bool Enabled { get; set; }
[BrowsableAttribute(false)]
public:
virtual property bool Enabled {
bool get () override;
void set (bool value) override;
}
public override function get Enabled () : boolean
public override function set Enabled (value : boolean)
Property Value
Type: System.Boolean
Remarks
This property has no effect.
.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.