| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("Determines what part of the command UI will be updated.")> Public Enum UpdateUIPart Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[DescriptionAttribute("Determines what part of the command UI will be updated.")] public enum UpdateUIPart : Enum  | |
| Member | Description | 
|---|---|
| Text | Update the command UI's text. | 
| Image | Update the command UI's image. | 
| Description | Update the command UI's description (tooltip). | 
| Shortcut | Update the command UI's shortcut key. | 
| State | Update the command UI's state (enabled, latched, etc.). | 
| Complete | 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