DeviceToolbar
Wisej.Hybrid.DeviceToolbar
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides methods to interact with the client device's toolbar.
public class DeviceToolbar
The Device's title bar must be visible to see the toolbar. Access this class through the Device singleton.
Constructors
DeviceToolbar()

Initializes a new instance of DeviceToolbar.
Properties
BackColor

Color: Gets or sets the toolbar's background color.
ForeColor

Color: Gets or sets the toolbar's foreground color.
Items

ToolbarItem[]: Gets or sets the device's toolbar items.
Visible

Boolean: Gets or sets whether the toolbar is visible.
Events
ItemClicked

EventHandler<ToolbarItemClickedEventArgs> Fires when a toolbar item is clicked.
Last updated