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






text
name
ownerType
Initializes a new instance of the RoutedUICommand class, using the specified descriptive text, declared name, and owner type.

Syntax

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

Parameters

text
name
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.