RibbonGallery.IsEnabledCore Property

Gets the value that indicates whether the gallery 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 gallery is enabled; otherwise, false.

.NET Framework Security

See Also

Reference

RibbonGallery Class

Microsoft.Windows.Controls.Ribbon Namespace