Intersoft ClientUI Documentation
HybridRoutedCommand Constructor(String,String,Type,InputGestureCollection)
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > HybridRoutedCommand Class > HybridRoutedCommand Constructor : HybridRoutedCommand Constructor(String,String,Type,InputGestureCollection)






text
name
ownerType
inputGestures

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String, _
   ByVal name As String, _
   ByVal ownerType As Type, _
   ByVal inputGestures As InputGestureCollection _
)
Visual Basic (Usage)Copy Code
Dim text As String
Dim name As String
Dim ownerType As Type
Dim inputGestures As InputGestureCollection
 
Dim instance As New HybridRoutedCommand(text, name, ownerType, inputGestures)
C# 
public HybridRoutedCommand( 
   string text,
   string name,
   Type ownerType,
   InputGestureCollection inputGestures
)
Delphi 
public HybridRoutedCommand( 
    text: String;
    name: String;
    ownerType: Type;
    inputGestures: InputGestureCollection
); 
JScript 
public function HybridRoutedCommand( 
   text : String,
   name : String,
   ownerType : Type,
   inputGestures : InputGestureCollection
);
Managed Extensions for C++ 
public: HybridRoutedCommand( 
   string* text,
   string* name,
   Type* ownerType,
   InputGestureCollection* inputGestures
)
C++/CLI 
public:
HybridRoutedCommand( 
   String^ text,
   String^ name,
   Type^ ownerType,
   InputGestureCollection^ inputGestures
)

Parameters

text
name
ownerType
inputGestures

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.