'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Determines whether the control will track the Hot mouse state of a selected item.")> Public Property TrackHotSelectedState As System.Boolean
'Usage
Dim instance As NItemsControl Dim value As System.Boolean instance.TrackHotSelectedState = value value = instance.TrackHotSelectedState
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Determines whether the control will track the Hot mouse state of a selected item.")] public System.bool TrackHotSelectedState {get; set;}