InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputNumericBox Class / CurrencySymbol Property

In This Topic
    CurrencySymbol Property (InputNumericBox)
    In This Topic
    Gets or sets the string to use as the currency symbol.
    Syntax
    'Declaration
     
    Public Property CurrencySymbol As String
    public string CurrencySymbol {get; set;}
    See Also