InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputMaskedTextBox Class / ContextMenuStrip Property

In This Topic
    ContextMenuStrip Property (InputMaskedTextBox)
    In This Topic
    Gets or sets the context menu strip associated with the text box.
    Syntax
    'Declaration
     
    Public Property ContextMenuStrip As ContextMenuStrip
    public ContextMenuStrip ContextMenuStrip {get; set;}
    See Also