Click or drag to resize
DialogDefinition Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsDialogDefinition

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class DialogDefinition

The DialogDefinition type exposes the following members.

Constructors
  NameDescription
Public methodDialogDefinition(String, DialogParameters)
Used from a KaxControl (Editor, Spell) to define an UserControl dialog
Public methodDialogDefinition(Type, DialogParameters)
Used from a KaxControl (Editor, Spell) to define a WebControl dialog
Top
Properties
  NameDescription
Public propertyBehaviors
Gets or sets a value indicating the behavior of this dialog - if it can be resized, has expand/collapse commands, closed command, etc.
Public propertyClientCallbackFunction
Public propertyDialogType
Public propertyHeight
Public propertyModal
Public propertyParameters
Public propertyReloadOnShow
Public propertySerializedParameters
Public propertyTitle
Public propertyVirtualPath
Public propertyVisibleStatusbar
Public propertyVisibleTitlebar
Public propertyWidth
Top
See Also