Gets or sets the format with which the
SelectedItem is displayed in the combobox.
'Declaration
<DescriptionAttribute("The format with which the SelectedItem is displayed in the combobox.")>
<CategoryAttribute("Appearance")>
Public Property DisplayFormat As String
'Usage
Dim instance As WinComboBox
Dim value As String
instance.DisplayFormat = value
value = instance.DisplayFormat
[Description("The format with which the SelectedItem is displayed in the combobox.")]
[Category("Appearance")]
public string DisplayFormat {get; set;}
Property Value
A string representing the format with which the
SelectedItem is displayed in the combobox. By default,
DefaultDisplayFormat.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2