TrayHideShowLogContextMenu Property |
IT Hit User File System
Hide / Show Log context menu item (available when engine is null)
Namespace:
ITHit.FileSystem.Windows.WinUI
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic ToolStripMenuItem HideShowLogContextMenu { get; set; }
Public Property HideShowLogContextMenu As ToolStripMenuItem
Get
Set
public:
property ToolStripMenuItem^ HideShowLogContextMenu {
ToolStripMenuItem^ get ();
void set (ToolStripMenuItem^ value);
}
member HideShowLogContextMenu : ToolStripMenuItem with get, set
Property Value
Type:
ToolStripMenuItem
See Also