This enumeration determines what part of the command UI will be updated.
| Visual Basic (Declaration) | |
|---|---|
Public Enum UpdateUIPart Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum UpdateUIPart : Enum  | |
| Member | Description | 
|---|---|
| Text | Updates the command UI's text. Update the command UI's text.  | 
| Image | Updates the command UI's image. Update the command UI's image.  | 
| Description | Updates the command UI's description (i.e. tooltip). Update the command UI's description (tooltip).  | 
| Shortcut | Updates the command UI's shortcut key. Update the command UI's shortcut key.  | 
| State | Updates the command UI's state (enabled, latched, etc.). Update the command UI's state (enabled, latched, etc.).  | 
| Complete | Updates all parts of the command's user-interface. Update all parts of the command's user-interface.  | 
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.UpdateUIPart
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