GrooperClientAttended.frmMain

Grooper Attended Client provides a user interface for all Attended Activities. BatchView controls will be displayed in the current panel while processing. On the right is a viewer control for displaying specific batch pages in detail.

There are multiple ways that this application can be opened:


Inherits from: Grooper.MainWindow

Constructors

Signature Description
New ()

Properties

Property Name Property Type Description
HelpTopicName System.String Returns the help topic name for this form. Derived classes may override this method to specify a help topic other than the default.

Methods

Method Name Description
DisplayFormHelp() Displays the help topic for this form in an external web browser.
Dispose(disposing As Boolean) Disposes of the resources (other than memory) used by the form.
Parameters
disposing
          Type: Boolean
          true to release both managed and unmanaged resources; false to release only unmanaged resources.
SHChangeNotify(wEventId As UInt32, uFlags As UInt32, dwItem1 As IntPtr, dwItem2 As IntPtr)
Parameters
wEventId
          Type: UInt32
          
 
uFlags
          Type: UInt32
          
 
dwItem1
          Type: IntPtr
          
 
dwItem2
          Type: IntPtr
          
ShowValidationErrors(Items As ValidationErrorList, AllowInvalid As Boolean) As Boolean
Parameters
Items
          Type: ValidationErrorList
          
 
AllowInvalid
          Type: Boolean
          
ValidateObject(Item As GrooperObject, AllowInvalid As Boolean) As Boolean
Parameters
Item
          Type: GrooperObject
          
 
AllowInvalid
          Type: Boolean