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; }
Public Property IsDetachable As Boolean
Get
Set
public:
property bool IsDetachable {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
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