Class OutlookApplicationForm

Outlook style application form

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.EPSApplicationForm2007
                  EPS.Windows.Forms.OfficeControls.OutlookApplicationForm

public class OutlookApplicationForm : EPSApplicationForm2007, INavigator,
   INavigationToolbarPopulator,
   IHtmlNavigator

Class Members

MemberDescription
Constructor Constructor
pnlCategories Control reference
pnlMain Control reference
ClearNavigationBuffer Remove all (or some) of the navigation targets
public sealed void ClearNavigationBuffer( NavigationDirection direction );
GetApplicationToolbarButtons This method is used by this form to load toolbar buttons that are application specific.
public virtual void GetApplicationToolbarButtons( IToolbar toolbar );
GetSystemToolbarButtons This method is used by this form to load toolbar buttons that are always present.
public virtual void GetSystemToolbarButtons( IToolbar toolbar );
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 location
public sealed bool Navigate( string location );
NavigateHtml Provides HTML navigation features
public virtual void NavigateHtml( string url );
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