[]
Gets or sets whether to show the images of the drop-down list.
[Browsable(true)]
public bool ShowListBoxImage { get; set; }
<Browsable(True)>
Public Property ShowListBoxImage As Boolean
Type | Description |
---|---|
bool | A bool value, true to show images; otherwise, false .
|