Skybound Rebar

ControlRenderer.ShouldShowKeyboardCues Method 

Returns whether keyboard cues should be shown for a specified Control.

[Visual Basic]
Public Shared Function ShouldShowKeyboardCues( _
   ByVal c As Control _
) As Boolean
[C#]
public static bool ShouldShowKeyboardCues(
   Control c
);

Return Value

true if accelerator keys are underlined for the specified Control; otherwise, false.

Remarks

This method uses reflection to obtain the value of the ShowKeyboardCues property of the specified Control.

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace