Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / IsObjectSupportsAction Method


In This Topic
    IsObjectSupportsAction Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function IsObjectSupportsAction( _
       ByVal actionType As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpChart
    Dim actionType As Integer
    Dim value As Boolean
     
    value = instance.IsObjectSupportsAction(actionType)
    protected bool IsObjectSupportsAction( 
       int actionType
    )

    Parameters

    actionType
    See Also