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






text
name
behavior
autoBindUI
ownerType

Syntax

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

Parameters

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