Allow user to reposition (up/down) the panel.
Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property AllowUserVerticalRepositioning As Boolean |
| C# |
|---|
public bool AllowUserVerticalRepositioning { get; set; } |
| C++ |
|---|
public: bool AllowUserVerticalRepositioning { bool get (); void set (bool value); } |