ActiveReports 12
IsKeyboardFocusWithin Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsKeyboardFocusWithin Property
Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. This is a dependency property.
Syntax
'Declaration
 
Public ReadOnly Property IsKeyboardFocusWithin As Boolean
public bool IsKeyboardFocusWithin {get;}

Property Value

true if keyboard focus is on the element or its child elements; otherwise, false.
See Also

Reference

Viewer Class
Viewer Members