GrooperConfig.frmMain

Grooper Configuration provides a user interface for configuring machine-specific settings on a Grooper workstation or server. This application is used to perform the following administrative tasks:

In general, Grooper Configuration is used to perform configuration work which is specific to a workstation or server, while Grooper Design Studio is used for configuring objects in the Grooper Tree Structure which apply to all workstations and servers. After installing a new Grooper workstation or server, run Grooper Configuration to connect it to a Grooper repository.


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.
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