Click | Clicks the tool button as if it had been clicked by the user. | 
  Item | Returns the specified toolitem object (tool item or menu item). | 
  Promote | Promotes the toolitem or menuitem to the top of the dropdown list. | 
  Caption | Returns or sets the caption to display for the menu item | 
  Checked | Returns or sets a value that determines whether the tool button is displayed in a depressed state. | 
  Count | Returns the number of ToolItem objects (tool buttons) in the tool button's drop-down menu. | 
  Enabled | Returns or sets a value that determines whether the tool button can respond to user-generated events. | 
  ID | Returns the internal Windows ID of the tool button. | 
  Index | Returns the index of the tool button. | 
  Name | Returns the name of the tool button. | 
  ToolTip | View or modify the tooltip text | 
  Visible | Returns or sets a value that determines whether the tool button is visible. | 
  OnClick | Occurs when the tool button is clicked. | 
  OnPointerDown | Occurs when the pointer is touched on the map view while the tool button is pressed. | 
  OnPointerMove | Occurs when the pointer is moving around while still touching the map view while the tool button is pressed. | 
  OnPointerUp | Occurs when the pointer is released from the map view while the tool button is pressed. |