Intersoft ClientUI Documentation
SearchCommandCannotExecute Property (UXSearchBox)



Gets or sets the UI behavior when the associated SearchCommand cannot be executed.
Syntax
<CategoryAttribute("Action")>
Public Property SearchCommandCannotExecute As NoExecuteBehavior
Dim instance As UXSearchBox
Dim value As NoExecuteBehavior
 
instance.SearchCommandCannotExecute = value
 
value = instance.SearchCommandCannotExecute
[CategoryAttribute("Action")]
public NoExecuteBehavior SearchCommandCannotExecute {get; set;}
[CategoryAttribute("Action")]
public:
property NoExecuteBehavior SearchCommandCannotExecute {
   NoExecuteBehavior get();
   void set (    NoExecuteBehavior 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