[]
Gets or sets a bool value that indicates whether to show a shadow on the drop-down dialog.
public bool ShowShadow { get; set; }
Public Property ShowShadow As Boolean
Type | Description |
---|---|
bool | A bool value, true to show a shadow on the drop-down dialog; otherwise, false.
|