C# Class Commands.Command

Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
IsCommand ( string commandName ) : bool
IsValidCommandName ( string commandName ) : bool

Method Details

IsCommand() public static method

public static IsCommand ( string commandName ) : bool
commandName string
return bool

IsValidCommandName() public static method

public static IsValidCommandName ( string commandName ) : bool
commandName string
return bool