Visual Basic (Declaration) | |
---|---|
Public Overloads Function FindCommand( _ ByVal commandName As String _ ) As Command |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Command FindCommand( string commandName ) |
Parameters
- commandName
- The name of the command to search.
Return Value
Command reference or null if not foundC# | Copy Code |
---|---|
chart1.UI.Commands.Find( "Properties"); |
VB.Net | Copy Code |
---|---|
chart1.UI.Commands.Find("Properties") |
See also of the Command.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family