Gets or sets the supported elements of the command.
Visual Basic (Declaration) | |
---|---|
Public Property SupportedElements As ContextElementType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ContextElementType SupportedElements {get; set;} |
Return Value
A ContextElementType value that represents the supported chart elements of this command.The ContextElementType set which represents supported chart elements of this Command.
The supported elements property is reflected in the context menu deployment.
When the right mouse button is clicked over the selected chart element that element is inspected and compared with those found in the SupportedElements value to determine the commands to be displayed.
Each command has a pre-defined set of ContextElementType objects that can be accepted and handled by this command.
TheSupportedElements property can limit a default, predefined set of supported elements, but cannot expand it upon it.
The
SupportedElements
reflects in the context menu deployment. On right mouse click the selected chart element is inspected and compared with SupportedElements value to determine which Dundas.Charting.WebControl.Commands Namespace to be displayed. SupportedElements
property can limit default predefined set but cannot expand it. 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