Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Dialog.AllowResize Property

Gets or sets a boolean indicating if a Dialog can be resized. Default is false.

[Visual Basic]
Public Property AllowResize As Boolean
[C#]
public Boolean AllowResize {get; set;}

Remarks

By default, user cannot resize the dialog. If this property is set to true, user can resize the dialog by dragging the bottom right corner of the dialog frame.

Optionally, you can use other properties to restraint the resizing behavior. See ConfineElementID, MinHeight, MinWidth, MaxHeight, MaxWidth for details.

See Also

Dialog Class | EO.Web Namespace


Direct link to this topic