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


command
Command to be made as the default.
Default command.
Enterprise Only Feature. Sets a sub-command as the default command.
Sets a sub-command as a default one.

Syntax

Visual Basic (Declaration)  
Public Sub SetDefaultSubCommand( _
   ByVal command As Command _
) 
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim command As Command
 
instance.SetDefaultSubCommand(command)
C#  
public void SetDefaultSubCommand( 
   Command command
)

Parameters

command
Command to be made as the default.
Default command.

Remarks

The specified command must first be added to the command's SubCommands collection before calling this method.
Specified command must be added to the SubCommand collection first.

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.