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

In This Topic
    ShowNavigationPane Property
    In This Topic
    Gets or sets a value indicating the default behavior of a navigation pane user interface element. If true, the navigation pane should be visible when the content is initially activated. If false, the navigation pane should not be displayed. The default is false.
    Syntax
    'Declaration
     
    Public Property ShowNavigationPane As System.Boolean
    public System.bool ShowNavigationPane {get; set;}
    See Also