Dundas Chart for Windows Forms
SetCommand Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Chart Class : SetCommand Method


control
The Control to assosiate with CommandUI p
p
The CommandUI p to assosiate with the Control control.
Assosiates a CommandUI object with a Control

Syntax

Visual Basic (Declaration)  
Public Sub SetCommand( _
   ByVal control As Component, _
   ByVal p As CommandUI _
) 
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim control As Component
Dim p As CommandUI
 
instance.SetCommand(control, p)
C#  
public void SetCommand( 
   Component control,
   CommandUI p
)

Parameters

control
The Control to assosiate with CommandUI p
p
The CommandUI p to assosiate with the Control control.

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

© 2009 All Rights Reserved.