Manager..::..AddTool Method
Adds the tool.
Namespace:
JiwaFinancials.Jiwa.JiwaApplicationAssembly: JiwaApplication (in JiwaApplication.dll)
Syntax
public static void AddTool( UltraToolbar Toolbar, Manager..::..ToolTypes ToolType, string Key, string Caption )
Public Shared Sub AddTool ( _ Toolbar As UltraToolbar, _ ToolType As Manager..::..ToolTypes, _ Key As String, _ Caption As String _ )
public: static void AddTool( UltraToolbar^ Toolbar, Manager..::..ToolTypes^ ToolType, String^ Key, String^ Caption )
Parameters
- Toolbar
- Type: UltraToolbar
The toolbar.
- ToolType
- Type: JiwaFinancials.Jiwa.JiwaApplication..::..Manager..::..ToolTypes
Type of the tool.
- Key
- Type: String
The key.
- Caption
- Type: String
The caption.