InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / InsertKeyMode Property

In This Topic
    InsertKeyMode Property (InputMaskedTextBox)
    In This Topic
    Gets or sets the text insertion mode of the masked text box.
    Syntax
    'Declaration
     
    Public Property InsertKeyMode As InsertKeyMode
    public InsertKeyMode InsertKeyMode {get; set;}
    See Also