Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / RichMediaAnnotation Class / ShowToolbar Property

In This Topic
    ShowToolbar Property
    In This Topic
    Gets or sets the value indicating the default behavior of an interactive toolbar associated with this annotation. If true, the toolbar should be displayed when the annotation is activated and given focus. If false, the toolbar should not be displayed.
    Syntax
    'Declaration
     
    Public Property ShowToolbar As System.Boolean
    public System.bool ShowToolbar {get; set;}
    See Also