ToolBarCollectionFindByID Method |
Retrieve the matching toolbar by searching the
Text toolbar for the specified ID.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract ToolBar FindByID(
int ID
)
Public MustOverride Function FindByID (
ID As Integer
) As ToolBar
Parameters
- ID
- Type: SystemInt32
ID of the toolbar to search
Return Value
Type:
ToolBar Search results
ToolBar .
See Also