_MSProject.ToolbarInsertTool Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool ToolbarInsertTool (string ToolbarName, short ButtonIndex, object Command, object FaceIndex, object Description, object ToolTip);
abstract member ToolbarInsertTool : string * int16 * obj * obj * obj * obj -> bool
Public Function ToolbarInsertTool (ToolbarName As String, ButtonIndex As Short, Optional Command As Object, Optional FaceIndex As Object, Optional Description As Object, Optional ToolTip As Object) As Boolean
Parameters
- ToolbarName
- String
- ButtonIndex
- Int16
- Command
- Object
- FaceIndex
- Object
- Description
- Object
- ToolTip
- Object