ModernContentDetachedName Property |
Gets or Sets the value of Window name showing in Title bar, when the current ModernContent is detached.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public string DetachedName { get; protected set; }
Public Property DetachedName As String
Get
Protected Set
public:
property String^ DetachedName {
String^ get ();
protected: void set (String^ value);
}
Property Value
Type:
StringSee Also