Intersoft ClientUI Documentation
BusyTemplate Property (UXSearchBox)



Gets or sets the busy template.
Syntax
Public Property BusyTemplate As DataTemplate
Dim instance As UXSearchBox
Dim value As DataTemplate
 
instance.BusyTemplate = value
 
value = instance.BusyTemplate
public DataTemplate BusyTemplate {get; set;}
public:
property DataTemplate^ BusyTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ 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