Xceed Toolkit for Maui v2.0 Documentation
IsModal Property (Popup)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > Popup Class : IsModal Property
Gets or sets if the Popup is modal.
Syntax
'Declaration
 
Public Property IsModal As Boolean
'Usage
 
Dim instance As Popup
Dim value As Boolean
 
instance.IsModal = value
 
value = instance.IsModal
public bool IsModal {get; set;}
Remarks

A modal Popup will not close when the user clicks away from its Content.

The default value is false, which will create a Popup that closes when the user clicks elsewhere than on the Content.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Popup Class
Popup Members