Intersoft ClientUI Documentation
Command Property
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > CommandReference Class : Command Property






Gets or sets the Command to be referenced.

Syntax

Visual Basic (Declaration) 
Public Property Command As ICommand
Visual Basic (Usage)Copy Code
Dim instance As CommandReference
Dim value As ICommand
 
instance.Command = value
 
value = instance.Command
C# 
public ICommand Command {get; set;}
Delphi 
public read-write property Command: ICommand; 
JScript 
public function get,set Command : ICommand
Managed Extensions for C++ 
public: __property ICommand* get_Command();
public: __property void set_Command( 
   ICommand* value
);
C++/CLI 
public:
property ICommand^ Command {
   ICommand^ get();
   void set (    ICommand^ value);
}

Remarks

See CommandReference Class for remarks.

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.