PDFView4NET WPF Edition
HideMenubar Property




O2S.Components.PDFView4NET Namespace > PDFViewerPreferences Class : HideMenubar Property
Gets or sets a value indicating whether the viewer's menubar should be hidden when the document is active.
Syntax
'Declaration
 
Public Property HideMenubar As Boolean
'Usage
 
Dim instance As PDFViewerPreferences
Dim value As Boolean
 
instance.HideMenubar = value
 
value = instance.HideMenubar
public bool HideMenubar {get; set;}
public: __property bool get_HideMenubar();
public: __property void set_HideMenubar( 
   bool value
);
public:
property bool HideMenubar {
   bool get();
   void set (    bool value);
}

Property Value

True if the menubar should be hidden. Default is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFViewerPreferences Class
PDFViewerPreferences Members