Class EPSOutlookApplicationForm

Concrete Single Document Interface (SDI) Application Form.
This form class is used to build "Outlook"-style applications.

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.Form
              EPS.Windows.Forms.SimpleControls.EPSForm
                EPS.Windows.Forms.SimpleControls.EPSApplicationForm
                  EPS.Windows.Forms.OfficeControls.EPSOutlookApplicationForm

public class EPSOutlookApplicationForm : EPSApplicationForm, INavigator

Class Members

MemberDescription
Constructor Constructor
ClearNavigationBuffer Remove all (or some) of the navigation targets
public sealed void ClearNavigationBuffer( NavigationDirection direction );
GoBack Navigate back to previous location
public sealed bool GoBack();
GoForward Navigate forward to a location we previously backed up from
public sealed bool GoForward();
LoadContentPane Loads a new content pane into the main display area
public virtual bool LoadContentPane( IContentPane newPane );
Navigate Navigate to a certain location. Possible destinations are panes, or URLs.
public sealed bool Navigate( string location );
CanGoBack Is there a location to go back to?
CanGoForward Is there a location to go forward to?
History Navigation History
NavigationButtons Should forward/back buttons be displayed?

Requirements

Namespace: EPS.Windows.Forms.OfficeControls
Assembly: OFFICECONTROLS.DLL


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