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

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