Disable the New Horizontral Group action button and menu items.
Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property DisableHTileAction As Boolean |
| C# |
|---|
public bool DisableHTileAction { get; set; } |
| C++ |
|---|
public: bool DisableHTileAction { bool get (); void set (bool value); } |