ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / ShowContextMenu Property

In This Topic
    ShowContextMenu Property (C1TextBox)
    In This Topic
    Specifies whether the context menu can be displayed for the control.
    Syntax
    'Declaration
     
    Public Property ShowContextMenu As Boolean
    public bool ShowContextMenu {get; set;}
    See Also