DeviceToolbar
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides methods to interact with the client device's toolbar.
- C#
- VB.NET
public class DeviceToolbar
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.