CompareViewModelEnableCloseButton Property |
IT Hit User File System
Indicates whether buttons in general are enabled.
Namespace:
THit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic bool EnableCloseButton { get; set; }
Public Property EnableCloseButton As Boolean
Get
Set
public:
property bool EnableCloseButton {
bool get ();
void set (bool value);
}
member EnableCloseButton : bool with get, set
Property Value
Type:
Boolean
See Also