Intersoft ClientUI Documentation
PreferredNavigationMaxWidth Property



Gets or sets a value that determines the recommended maximum width for the navigation pane.
Syntax
Public Property PreferredNavigationMaxWidth As Double
Dim instance As DocumentViewerBase
Dim value As Double
 
instance.PreferredNavigationMaxWidth = value
 
value = instance.PreferredNavigationMaxWidth
public double PreferredNavigationMaxWidth {get; set;}
public:
property double PreferredNavigationMaxWidth {
   double get();
   void set (    double value);
}
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

DocumentViewerBase Class
DocumentViewerBase Members

Send Feedback