Click or drag to resize

InformationBox Class

A command used to display a message box.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneOutputCommandmcInformationBoxResult
          MediaCy.Commands.WorkflowInformationBox
            MediaCy.Commands.WorkflowCommandBox

Namespace:  MediaCy.Commands.Workflow
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class InformationBox
	Inherits OneOutputCommand(Of mcInformationBoxResult)

The InformationBox type exposes the following members.

Constructors
  NameDescription
Public methodInformationBox
Initializes a new instance of the InformationBox class
Public methodInformationBox(McCommand)
Initializes a new instance of the InformationBox class
Top
Properties
  NameDescription
Public propertyBackground
Public propertyBody
This is the main string displayed in the dialog box.
Public propertyButtons
Public propertyCenterInParent
Public propertyFooter
Defines what text to display at the bottom of the dialog if any.
Public propertyHeader
Defines the heder part of the dialog.
Public propertyIcon
Public propertyTitle
Represents the dialog box title.
Top
Remarks
The Output contains the result of the user selection.
See Also