DiagramClientView.CanTranslateToCommand(Keys) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.