Dundas Chart for ASP.NET
UseLastSubCommand Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Command Class : UseLastSubCommand Property


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

Syntax

Visual Basic (Declaration)  
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#  
public bool UseLastSubCommand {get; set;}

Return Value

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

Remarks

This property lets a user quickly call the toolbar command more than once if necessary.

When UseLastSubCommand is set to true the button will display the last executed sub-command and execute it when the button is pressed.


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

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