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

Dialog.AllowMove Property

Gets or sets a boolean indicating if a Dialog can be moved. Default is true.

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

Remarks

By default, user can move the dialog around by draging the dialog header.

Optionally, you can use an HTML element to define a boundary within which the dialog can be moved. See ConfineElementID property for details.

See Also

Dialog Class | EO.Web Namespace


Direct link to this topic