ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Annotations Namespace / AnnotationBook Class / CanCreate Method

In This Topic
    CanCreate Method
    In This Topic
    Gets true if specific annotation could be created
    Syntax
    'Declaration
     
    Public MustOverride Function CanCreate( _
       ByVal type As AnnotationKind _
    ) As Boolean
    public abstract bool CanCreate( 
       AnnotationKind type
    )

    Parameters

    type
    See Also