Table of Contents
ConfineElementID Property

Gets or sets the ID of the confining element which defines the boundary the dialog can be displayed. Once set, the dialog cannot be moved or resized outside of the boundary of the confining element.

Syntax
 public String ConfineElementID { get; set; }
Remarks

Use this property to define the boundary of the dialog within which can be moved or resized.

See Also