ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Style Class / Format Property

In This Topic
    Format Property (Style)
    In This Topic
    Gets or sets the format string used to convert the element value into a string.
    Syntax
    'Declaration
     
    Public Property Format As System.String
    public System.string Format {get; set;}
    See Also