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


Enterprise Only Feature. Gets the SubCommands collection of the command.
Gets the SubCommands collection of the command.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property SubCommands As CommandCollection
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim value As CommandCollection
 
value = instance.SubCommands
C#  
public CommandCollection SubCommands {get;}

Return Value

A CommandCollection value representing the sub-command collection of the command.
A CommandCollection value representing the sub-command collection of the command.

Remarks

A command that contains sub-commands, and behaves as a command container.

Such commands appear in the context menu as menu items with sub items or pulldown buttons in the toolbar.

The Command.PopupStyle property determines the visual appearance of subcommands, while the Command.UseLastSubCommand property determines root command behavior.


The command which contains sub commands has special behavior as command container.

Such command apears in the context menu as menu item with subitems or pulldown buttons in toolbar. The PopupStyle property determines visual appearance of subcommands while UseLastSubCommand property determines root command behavior.

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.