Intersoft ClientUI Documentation
DialogLauncherCommandTarget Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonTabGroupBase Class : DialogLauncherCommandTarget Property






Gets or sets the element on which to raise the specified command.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Action")>
Public Property DialogLauncherCommandTarget As UIElement
Visual Basic (Usage)Copy Code
Dim instance As UXRibbonTabGroupBase
Dim value As UIElement
 
instance.DialogLauncherCommandTarget = value
 
value = instance.DialogLauncherCommandTarget
C# 
[CategoryAttribute("Action")]
public UIElement DialogLauncherCommandTarget {get; set;}
Delphi 
public read-write property DialogLauncherCommandTarget: UIElement; 
JScript 
CategoryAttribute("Action")
public function get,set DialogLauncherCommandTarget : UIElement
Managed Extensions for C++ 
[CategoryAttribute("Action")]
public: __property UIElement* get_DialogLauncherCommandTarget();
public: __property void set_DialogLauncherCommandTarget( 
   UIElement* value
);
C++/CLI 
[CategoryAttribute("Action")]
public:
property UIElement^ DialogLauncherCommandTarget {
   UIElement^ get();
   void set (    UIElement^ value);
}

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.