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






text
name
image
ownerType

Syntax

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

Parameters

text
name
image
ownerType

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.