Grooper.DialogBox

Dialog Boxes are popup windows which collect information from or present information to an end user.


Inherits from: Grooper.GrooperForm

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