Dundas Chart for ASP.NET
UpdateUIPart Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : UpdateUIPart Enumeration


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

Syntax

Visual Basic (Declaration)  
Public Enum UpdateUIPart 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As UpdateUIPart
C#  
public enum UpdateUIPart : Enum 

Members

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.

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

Reference

Dundas.Charting.WebControl Namespace
UpdateUI
UpdateUI
UpdateUI
UpdateUI

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.