Intersoft ClientUI Documentation
ResetCommandTarget Property



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

UXSearchBox Class
UXSearchBox Members

Send Feedback