Adds a custom button to the Task Pane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddCustomButton( _
ByVal BitmapPath As String, _
ByVal ToolTip As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITaskpaneView
Dim BitmapPath As String
Dim ToolTip As String
Dim value As Boolean
value = instance.AddCustomButton(BitmapPath, ToolTip)
|
Parameters
- BitmapPath
- Path and filename of the bitmap for the custom button
- ToolTip
- ToolTip for the custom button
Return Value
True if the custom button is added to the Task Pane, false if not
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0