Class DXNavigationBackgroundPanel

Navigation host panel control with appropriately rendered background
for developer express control based applications.

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.Panel
            EPS.Windows.Forms.SimpleControls.EPSPanel
              EPS.Windows.Forms.DeveloperExpress.DXBackgroundPanel
                EPS.Windows.Forms.DeveloperExpress.DXNavigationBackgroundPanel

public class DXNavigationBackgroundPanel : DXBackgroundPanel, INavigationHost,
   IHtmlNavigator,
   INavigationToolbarPopulator

Class Members

MemberDescription
Constructor
GetApplicationToolbarButtons This method is used by this form to load toolbar buttons that are application specific.
public sealed void GetApplicationToolbarButtons( IToolbar toolbar );
GetSystemToolbarButtons This method is used by this form to load toolbar buttons that are always present.
public sealed void GetSystemToolbarButtons( IToolbar toolbar );
LoadContentPane This method handles the loading of a content pane
public virtual bool LoadContentPane( IContentPane pane );
Navigate Triggers a navigation based on the specified URI
public sealed bool Navigate( string uri,
bool ignoreNavigationHistory );
NavigateHtml This method navigates to an HTML address
public virtual void NavigateHtml( string url );
SizeContentPane Manual resize code for the content pane
public virtual void SizeContentPane();
BackwardNavigationControls Array of controls used for backward navigation
ForwardNavigationControls Array of controls used for backward navigation
History Navigation history reference (needs to be set from a parent form).
HtmlNavigator HTML navigator
Toolbar Reference to an existing toolbar control

Requirements

Namespace: EPS.Windows.Forms.DeveloperExpress
Assembly: DEVEXPRESSWINDOWS.DLL


  Last Updated: 5/23/2007 | © , 2007