Gets or sets the type of the dialog box.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
protected abstract OBDialogKind DialogType { get; }
Visual Basic
Protected MustOverride ReadOnly Property DialogType As OBDialogKind
	Get
Visual C++
protected:
virtual property OBDialogKind DialogType {
	OBDialogKind get () abstract;
}

See Also