DiagramClientView.CanTranslateToCommand(Keys) Method

Definition

Returns a value indicating whether the key translates to a command.

public:
 virtual bool CanTranslateToCommand(System::Windows::Forms::Keys keyData);
public virtual bool CanTranslateToCommand (System.Windows.Forms.Keys keyData);
abstract member CanTranslateToCommand : System.Windows.Forms.Keys -> bool
override this.CanTranslateToCommand : System.Windows.Forms.Keys -> bool
Public Overridable Function CanTranslateToCommand (keyData As Keys) As Boolean

Parameters

keyData
Keys

Returns

true if the key translates to a command.

Applies to