[]
Gets or sets whether the user can change the size of the drop-down window using a size grip.
public bool AllowResize { get; set; }
Public Property AllowResize As Boolean
Type | Description |
---|---|
bool | A bool value, true if the drop-down window can be resized by a size grip, otherwise, false. |