Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / IsAssignedAction Method


In This Topic
    IsAssignedAction Method (Shape)
    In This Topic
    Gets a boolean value indicates whether there is an handler attached to the Action event of this shape.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsAssignedAction() As Boolean
    'Usage
     
    
    Dim instance As Shape
    Dim value As Boolean
     
    value = instance.IsAssignedAction()
    public virtual bool IsAssignedAction()

    Return Value

    true if there is an handler attached to the Action event; otherwise, false.
    Remarks
    This function is for UI drawing layer.
    See Also