ToolbarPlacement Enum

Definition

Enumerates toolbar positions for pages on the Windows platform.

public enum ToolbarPlacement
type ToolbarPlacement = 
Inheritance
ToolbarPlacement

Fields

Bottom 2

Indicates that the toolbar should be placed at the bottom of the screen.

Default 0

Indicates that the toolbar should be placed at the system default location on the screen.

Top 1

Indicates that the toolbar should be placed at the top of the screen.

Applies to