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