Class TouchScreenApplicationForm

Basic touch screen 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.TouchScreen.TouchScreenApplicationForm

public class TouchScreenApplicationForm : Form, 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 bool GoBack( int steps );

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?
CurrentContentPane Reference to the current content pane.
History Navigation History

Requirements

Namespace: EPS.Windows.Forms.TouchScreen
Assembly: TOUCHSCREENSIMPLEUI.DLL


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