Click or drag to resize

ModernContentParentWindow Property

The BasicWindow object who holds the current ModernContent

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public BasicWindow ParentWindow { get; }

Property Value

Type: BasicWindow
Remarks

If the ModernContent does not held by a BasicWindow or ModernWindow, null value will be returned.

The method ShowInformation(String, String), ShowMessageBox(String, String, MessageBoxButton, MessageBoxImage, String), ShowToastNotification(String, NotificationLevel, Action, Int32) uses this property to show information in the right position. if the current ModernContent does not hold by a BasicWindow or ModernWindow these methods fails.

See Also