Click or drag to resize

ShowForm Class

Displays an App implemented as an independent form.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneOutputCommandDialogResult
          MediaCy.Addins.ScriptingShowForm

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class ShowForm
	Inherits OneOutputCommand(Of DialogResult)

The ShowForm type exposes the following members.

Constructors
  NameDescription
Public methodShowForm
Initializes a new instance of the ShowForm class
Public methodShowForm(McCommand)
Initializes a new instance of the ShowForm class
Top
Properties
  NameDescription
Public propertyAppFile
Designates the module file containing the App declaration.
Public propertyModal
Display a modal dialog when true.
Top
Methods
  NameDescription
Public methodApplyAttributes (Overrides McCommandExtended.ApplyAttributes.)
Top
Remarks