NevronOpenVision
Nevron.Nov.Chart.Commands Namespace / NChartCommandAction Class
Fields Properties Methods Events


In This Topic
    NChartCommandAction Class Members
    In This Topic

    The following tables list the members exposed by NChartCommandAction.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NChartCommandAction.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Most chart command actions do not modify the control content, so this property is overriden in this base class to return false. It should be overriden to return true in command actions that modify the contol content.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Checks whether this action should be enabled for the given target.  
    Top
    Protected Methods
     NameDescription
    Protected MethodSafely gets the chart document for the specified command target.  
    Protected MethodSafely gets the chart view surface for the specified command target.  
    Protected MethodSafely gets the chart view for the specified command target.  
    Top
    See Also