PanelDirection

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search

Represent custom panel's dialog position.

typedef enum PanelDirection{
	PanelDockLeft	= 0,
	PanelDockRight	= 1,
	PanelDockTop	= 2,
	PanelDockBottom	= 3,
} PanelDirection;
Members
PanelDockLeft
Dock panel to the left edge of the application window.
PanelDockRight
Dock panel to the right edge of the application window.
PanelDockTop
Dock panel to the top edge of the application window.
PanelDockBottom
Dock panel to the bottom edge of the application window.
See also
Personal tools