Table of Contents
ActivateOnClick Property

Gets or sets a boolean indicating if a modeless dialog should be activated when user clicks on it. This property does not apply to modal dialogs.

Syntax
 public Boolean ActivateOnClick { get; set; }
Remarks

This property only applies to modeless dialogs and does not apply to modal dialogs.

See Also