Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / FormatType Property

In This Topic
    FormatType Property (C1TextBox)
    In This Topic
    Gets or sets enumeration value determining the formatting method, including standard .NET format specifies, custom and programmatic formatting.
    Syntax
    'Declaration
     
    
    Public Property FormatType As FormatType
    public FormatType FormatType {get; set;}
    See Also