Intersoft ClientUI Documentation
HelpCommandTarget Property



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

UXRibbonBar Class
UXRibbonBar Members

Send Feedback