Table of Contents
SaveLocation Property

Gets or sets a value indicating whether the dialog should save its location after the dialog is closed.

Syntax
 public Boolean SaveLocation { get; set; }
Remarks

The default is false. When this property is false, the dialog is re-positioned every time based on these properties: AnchorElementID, ShowDirection, OffsetX and OffsetY. If this property is true, the dialog uses its last visible position when it is displayed again.

See Also