Click or drag to resize

ModernContentIsDetachable Property

Gets or Sets a value indicates if the current content can be detached.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public bool IsDetachable { get; set; }

Property Value

Type: Boolean
Remarks
When the content can be detached, an icon will be shown in your ModernWindow. When detached, the content will be shown in an independent window, This functionality is useful when you have multi-screen.
See Also