ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / MaskInfo Class / Content Property

In This Topic
    Content Property
    In This Topic
    Text entered by the user without literals (mask literals stripped).
    Syntax
    'Declaration
     
    Public Property Content As String
    public string Content {get; set;}
    See Also