Intersoft ClientUI Documentation
DialogLauncherCommand Property



Gets or sets the command to invoke when the dialog launcher is clicked.
Syntax
<CategoryAttribute("Action")>
Public Property DialogLauncherCommand As ICommand
Dim instance As UXRibbonTabGroupBase
Dim value As ICommand
 
instance.DialogLauncherCommand = value
 
value = instance.DialogLauncherCommand
[CategoryAttribute("Action")]
public ICommand DialogLauncherCommand {get; set;}
[CategoryAttribute("Action")]
public:
property ICommand^ DialogLauncherCommand {
   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

UXRibbonTabGroupBase Class
UXRibbonTabGroupBase Members

Send Feedback