IT Hit User File System
Indicates if the window is pinned.
Namespace:
ITHit.FileSystem.Windows.WinUI
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic bool Pinned { get; set; }
Public Property Pinned As Boolean
Get
Set
public:
property bool Pinned {
bool get ();
void set (bool value);
}
member Pinned : bool with get, set
Property Value
Type:
Boolean
See Also