Dundas.SharePoint.Charting.WebParts Send comments on this topic.
UseLastSubCommand Property
See Also 
Dundas.Charting.WebControl Namespace > Command Class : UseLastSubCommand Property


Determines if the last sub-command executed will be set as the default behavior.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Determines if the last sub-command executed will be set as the default behavior.")>
<BrowsableAttribute(True)>
<CategoryAttribute("Behavior")>
Public Property UseLastSubCommand As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim value As Boolean
 
instance.UseLastSubCommand = value
 
value = instance.UseLastSubCommand
C#  
[DescriptionAttribute("Determines if the last sub-command executed will be set as the default behavior.")]
[BrowsableAttribute(true)]
[CategoryAttribute("Behavior")]
public bool UseLastSubCommand {get; set;}

Return Value

True to use last executed command, otherwize false. Default is true

Remarks

The UseLastSubCommand property allows the user quickly call the toolbar command more than once if nesessary. When UseLastSubCommand is set to True the button will display last executed sub-command and execute it when button is pressed.

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