Visual Basic (Declaration) | |
---|---|
Public Overloads Function FindCommand( _ ByVal type As ChartCommandType _ ) As Command |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Command FindCommand( ChartCommandType type ) |
Parameters
- type
- The command type to search.
Return Value
Command object reference or null if not foundThis method will search predefined command. In order to search user-defined command use FindCommand by Command Command.Name or Command Command.CommandID.
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