Intersoft ClientUI Documentation
SearchCommandTarget Property (UXDataComboBox)



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

UXDataComboBox Class
UXDataComboBox Members

Send Feedback