RibbonRadioButton.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 |
|
Metadata properties set to true |
None |
.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.