Dundas.SharePoint.Charting.WebParts Send comments on this topic.
UpdateUIPart Enumeration
See Also  
Dundas.Charting.WebControl Namespace : UpdateUIPart Enumeration


This enumeration determines what part of the command UI will be updated.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Determines what part of the command UI will be updated.")>
Public Enum UpdateUIPart 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As UpdateUIPart
C#  
[DescriptionAttribute("Determines what part of the command UI will be updated.")]
public enum UpdateUIPart : Enum 

Members

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.UpdateUIPart

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