Skybound Rebar

ControlRenderer.ShouldShowFocusCues Method 

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

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

Return Value

true if focus cues are drawn for the specified Control; otherwise, false.

Remarks

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

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace