ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / MaskInfo Class / Content Property

In This Topic
    Content Property (MaskInfo)
    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