Intersoft ClientUI Documentation
DialogLauncherCommandTarget Property



Gets or sets the element on which to raise the specified command.
Syntax
<CategoryAttribute("Action")>
Public Property DialogLauncherCommandTarget As UIElement
Dim instance As UXRibbonTabGroupBase
Dim value As UIElement
 
instance.DialogLauncherCommandTarget = value
 
value = instance.DialogLauncherCommandTarget
[CategoryAttribute("Action")]
public UIElement DialogLauncherCommandTarget {get; set;}
[CategoryAttribute("Action")]
public:
property UIElement^ DialogLauncherCommandTarget {
   UIElement^ get();
   void set (    UIElement^ 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