Intersoft ClientUI Documentation
InputBinding Constructor(ICommand,InputGesture)
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > InputBinding Class > InputBinding Constructor : InputBinding Constructor(ICommand,InputGesture)






command
inputGesture

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal command As ICommand, _
   ByVal inputGesture As InputGesture _
)
Visual Basic (Usage)Copy Code
Dim command As ICommand
Dim inputGesture As InputGesture
 
Dim instance As New InputBinding(command, inputGesture)
C# 
public InputBinding( 
   ICommand command,
   InputGesture inputGesture
)
Delphi 
public InputBinding( 
    command: ICommand;
    inputGesture: InputGesture
); 
JScript 
public function InputBinding( 
   command : ICommand,
   inputGesture : InputGesture
);
Managed Extensions for C++ 
public: InputBinding( 
   ICommand* command,
   InputGesture* inputGesture
)
C++/CLI 
public:
InputBinding( 
   ICommand^ command,
   InputGesture^ inputGesture
)

Parameters

command
inputGesture

Requirements

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

See Also

© 2012 All Rights Reserved.