Version

IsSelectionActive Property

Returns a boolean indicating indicating whether the containing XamMonthCalendar has keyboard focus.
Syntax
'Declaration
 
Public ReadOnly Property IsSelectionActive As Boolean
public bool IsSelectionActive {get;}
Remarks

The IsSelectionActive is used to indicate if keyboard focus is within the containing XamMonthCalendar. This is often used to alter the appearance of a selected item when the control does not have keyboard focus (e.g. changing the selection color to gray when focus is outside the control).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also