ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / AnnotationDropDownVisible Property

In This Topic
    AnnotationDropDownVisible Property
    In This Topic
    Gets or Sets the dropdown of annotation toolbar.
    Syntax
    'Declaration
     
    Public Property AnnotationDropDownVisible As Boolean
    public bool AnnotationDropDownVisible {get; set;}

    Property Value

    true if the annotation dropdown is visible; otherwise, false. The default value is false.
    Remarks
    It only takes effect in mouse mode toolbar.
    See Also