Intersoft ClientUI Documentation
LaunchEditorCommand Property



Gets or sets command that will be invoked when launching the editor.
Syntax
<CategoryAttribute("Editor")>
<TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property LaunchEditorCommand As ICommand
Dim instance As UXPropertyGrid
Dim value As ICommand
 
instance.LaunchEditorCommand = value
 
value = instance.LaunchEditorCommand
[CategoryAttribute("Editor")]
[TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public ICommand LaunchEditorCommand {get; set;}
[CategoryAttribute("Editor")]
[TypeConverterAttribute("Intersoft.Client.Framework.Input.CommandConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property ICommand^ LaunchEditorCommand {
   ICommand^ get();
   void set (    ICommand^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXPropertyGrid Class
UXPropertyGrid Members

Send Feedback