RibbonToggleButton.ShowKeyboardCues Property

Gets a value that indicates whether to show the keyboard focus visual for this control.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public ReadOnly Property ShowKeyboardCues As Boolean
public bool ShowKeyboardCues { get; }
public:
property bool ShowKeyboardCues {
    bool get ();
}
member ShowKeyboardCues : bool
function get ShowKeyboardCues () : boolean

Property Value

Type: System.Boolean
true to show the keyboard focus visual; otherwise, false.

Dependency Property Information

Identifier field

ShowKeyboardCuesProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonToggleButton Class

Microsoft.Windows.Controls.Ribbon Namespace