InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / ContextMenuShowingEventArgs Class / Handled Property

In This Topic
    Handled Property (ContextMenuShowingEventArgs)
    In This Topic
    Gets or sets whether the context menu appeared successfully.
    Syntax
    'Declaration
     
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also