'Declaration Public Property IsChecked As Boolean
'Usage Dim instance As DragFillContextMenuItem Dim value As Boolean instance.IsChecked = value value = instance.IsChecked
public bool IsChecked {get; set;}
Property Value
true
if this context menu item is checked; otherwise, false
.