Skip to main content

DeviceToolbar

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

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​

Instance memberDeviceToolbar()​

Initializes a new instance of DeviceToolbar.

Properties​

Instance memberBackColor​

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

Instance memberForeColor​

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

Instance memberItems​

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

Instance memberVisible​

Boolean: Gets or sets whether the toolbar is visible.

Events​

Instance memberItemClicked​

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