Contains values fot different possible toolstrip panes.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum ToolStripPanes
Public Enumeration ToolStripPanes
public enum class ToolStripPanes
Members
Member | Description |
---|---|
Top |
The toolstrip is placed in the top toolstrip pane.
|
Bottom |
The toolstrip is placed in the bottom toolstrip pane.
|
Left |
The toolstrip is placed in the left toolstrip pane.
|
Right |
The toolstrip is placed in the right toolstrip pane.
|