Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ToolBar.FindItem Method 

Searches for a ToolBarItem with the specified command name.

[Visual Basic]
Public Function FindItem( _
   ByVal commandName As String _
) As EO.Web.ToolBarItem
[C#]
public ToolBarItem FindItem(
   string commandName
);

Parameters

commandName
The command name for the ToolBarItem as specified by CommandName property.

Return Value

Returns the specified tool bar item, or null (Visual Basic Nothing) if none is found.

See Also

ToolBar Class | EO.Web Namespace


Direct link to this topic