Table of Contents

Property IsPopupWindow

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsPopupWindow

Gets or sets a value indicating whether to create a special popup window.

public virtual bool IsPopupWindow { get; set; }

Property Value

bool

Remarks

Set this flag to create a special popup window: it will be always shown on top of other windows, will capture the mouse and will be dismissed when the mouse is clicked outside of it or if it loses focus in any other way.