Represents a tool (or a button) which can be added to ToolBar.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.1.9

Syntax

C#
public class Tool : INotifyPropertyChanged, IDisposable
Visual Basic (Declaration)
Public Class Tool _
	Implements INotifyPropertyChanged, IDisposable
Visual C++
public ref class Tool : INotifyPropertyChanged, IDisposable

Inheritance Hierarchy

System..::.Object
  BeeMobile.ToolBar..::.Tool

See Also