Anteckning
Å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.
Gets a value that indicates whether the control is enabled.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property IsEnabledCore As Boolean
protected override bool IsEnabledCore { get; }
protected:
virtual property bool IsEnabledCore {
bool get () override;
}
abstract IsEnabledCore : bool
override IsEnabledCore : bool
override function get IsEnabledCore () : boolean
Property Value
Type: System.Boolean
true if the control is enabled, otherwise false.
.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.