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