Gets or sets a bool value that indicates whether to allow setting the size.
Declaration
public bool AllowResize { get; set; }
Public Property AllowResize As Boolean
Property Value
| Type |
Description |
| bool |
true if the user is allowed to set the size; otherwise,false.
|