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


In This Topic
    IsAssignedAction Method (CellNote)
    In This Topic
    Gets a boolean value indicates whether there is an handler attached to the Action event of this shape.
    Syntax
    'Declaration
     
    
    Public Function IsAssignedAction() As Boolean
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Boolean
     
    value = instance.IsAssignedAction()
    public 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