InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComboBox Class / FormattingEnabled Property

In This Topic
    FormattingEnabled Property (InputComboBox)
    In This Topic
    Gets or sets a value indicating whether formatting is applied to the DisplayMember property of the InputComboBox.
    Syntax
    'Declaration
     
    Public Property FormattingEnabled As Boolean
    public bool FormattingEnabled {get; set;}
    See Also