Updates the current state of the UI based on the associated Command.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Protected Sub UpdateCommandUIState()   | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As UXSearchBoxItem
 
instance.UpdateCommandUIState()  | 
 
| C# |   | 
|---|
protected void UpdateCommandUIState()  | 
 
| Delphi |   | 
|---|
protected procedure UpdateCommandUIState();   | 
 
| JScript |   | 
|---|
protected function UpdateCommandUIState();  | 
 
| Managed Extensions for C++ |   | 
|---|
protected: void UpdateCommandUIState();   | 
 
| C++/CLI |   | 
|---|
protected:
void UpdateCommandUIState();   | 
 
            
            
             
            
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also