Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillContextMenuItem Class / IsChecked Property


In This Topic
    IsChecked Property (DragFillContextMenuItem)
    In This Topic
    Gets or sets a value that indicates whether this context menu item is checked.
    Syntax
    '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.
    See Also