The C1Window type exposes the following members.

Constructors

  Name Description
Public method C1Window
Constructor. Initializes a new instance of the C1Window class.

Methods

  Name Description
Public method Static member Activate
Makes the dialog window active.
Public method Static member Deactivate
Deactivates the dialog window.
Public method Dispose
Dispose override.
(Overrides ComponentDispose()()()().)
Public method Hide
Hides a dialog window.
Public method Initialize
Initialize override.
(Overrides ComponentInitialize()()()().)
Public method Maximize
Maximizes a dialog window.
Public method Minimize
Minimizes a dialog window.
Public method Move
Moves a dialog window to specified location.
Public method Normalize
Restores a dialog window's size from a maximized or minimized state.
Public method Pin
Pins or unpins a dialog window.
Public method Reload
Reloads the dialog window's content specified by the ContentUrl property.
Public method Resize
Resizes a dialog window.
Public method SetDialogPosition
Sets up the dialog window's position according to StartPosition property.
Public method SetHtml
Updates the dialog window's content area with the given HTML.
Public method SetUpdatePanel
Shows the inner update panel.
Public method SetUrl
Loads passed URL to dialog window content.
Public method Show
Shows a dialog window.
Public method ShowModal
Shows modal a dialog window.

Properties

  Name Description
Public property ActivityState
Get or sets current activity state of this dialog.
Public property AllowMove
Gets or sets a value that determines whether a C1Window object may be moved.

Remarks

If this property is set true, user can drag a C1Window object on web form. When mouse cursor hovers the heading of C1Window, cursor will change to move mode. When dialog is pinned this property is set to false.
Public property AllowResize
Gets or sets a value that determines whether a C1Window object may be resized.

Remarks

If this property is set true, a C1Window object can be resized through a resizer. This behavior uses the ResizeBehavior in Palomino Framework.
Public property AnimationDurationOnCollapsing
Gets or sets the duration of the animation when content area of a C1Window object is collapsing.
Public property AnimationDurationOnExpanding
Gets or sets the duration of the animation when content area of a C1Window object is expanding.
Public property AnimationDurationOnHiding
Gets or sets the duration of the animation when a C1Window object hides.
Public property AnimationDurationOnShowing
Gets or sets the duration of the animation when a C1Window object shows.
Public property AnimationEffectOnCollapsing
Gets or sets the animation effect to use when content area of a C1Window object is collapsing.
Public property AnimationEffectOnExpanding
Gets or sets the animation effect to use when content area of a C1Window object is expanding.
Public property AnimationEffectOnHiding
Gets or sets the animation effect to use when a C1Window object hides.
Public property AnimationEffectOnShowing
Gets or sets the animation effect to use when a C1Window object shows.
Public property AutoExpand
If auto expand window accroding to content size.
Public property CaptionButtons
Gets a CaptionButtons object that provides access to C1Window title items like an icon, buttons etc.
Public property ChildrenAsTriggers
Gets or sets a value that determines whether child controls acts as triggers.
Public property ContentUrl
Gets or sets URL to the content of the dialog window.
Public property ControlBox
Gets or sets a value determining the visibility of the caption buttons.
Public property DialogDOMElement
Gets underlying DOM element for dialog.
Public property DialogState
Gets or sets current state of a dialog window.
Public property Enabled
Gets or sets the a value indicating Enabled state of the control.
Public property Height
Gets height of the control.
Public property HorizontalAlign
Gets or sets Horizontal position of dialog when StartPosition is set to C1WindowPosition.Page or C1WindowPosition.Parent.
Public property ImageHeight
Gets or sets height of C1Window title icon.
Public property ImageUrl
Gets or sets image Url for C1Window icon.
Public property ImageWidth
Gets or sets width of C1Window title icon.
Public property IsAnimating
Gets whether this dialog is playing animation.
Public property IsDialogDocked
Gets a value indicates whether a C1Window object has been docked to a target area or default bottom area after minimizing.
Public property IsInnerFrameShown
Get a value indicates whether inner iframe of a C1Window object holding an external page is shown.
Public property MinimizeZoneElementId
Gets or sets an ID of a form element which is used as a dock all minimized C1Window. If ID is nothing, dialog will be docked to lower left hand corner of the browser.
Public property OffsetElementId
Gets or sets ID of the target element to align to when StartPosition property is set to C1WindowPosition.OffSet.
Public property OnEscPressedClose
On pressing esc close the activated window.
Public property ResizeSettings
Resizing behavior settings.
Public property ShowModalWindowOnLoad
Gets or sets a value that determines whether the dialog window is visible on the page after the page is loaded.
Public property ShowOnLoad
Gets or sets a value that determines whether the dialog window is visible on the page after the page is loaded.
Public property StartPosition
Gets or sets positioning mode to use to set up the position of C1Window.
Public property StatusVisible
Gets or sets value indicating whether status is visible or not.
Public property TabIndex
The tab order of the control.
Public property Text
Gets or sets text which displ\ayed on the caption bar of the C1Window dialog window.
Public property VerticalAlign
Gets or sets vertical position of dialog when StartPosition is set to C1WindowPosition.Page or C1WindowPosition.Parent.
Public property Width
Gets width of the control.
Public property X
Gets or sets initial horizontal position (X) of the dialog window if C1WindowStartPosition is Manual or horizontal offset to make if C1WindowStartPosition is OffSet.
Public property Y
Gets or sets initial vertical position (Y) of the dialog window if C1WindowStartPosition is Manual or vertical offset to make if C1WindowStartPosition is OffSet

Events

  Name Description
Public event Activated
Fires after the dialog window is activated.
Public event ButtonClicked
Fires when one of the caption buttons is clicked after the dialog window handles the operation.
Public event ButtonClicking
Fires when one of the caption buttons is clicked before the dialog window handles the operation.
Public event Deactivated
Fires after the dialog window is deactivated.
Public event DragEnd
Fires when the dialog window exits dragging mode.
Public event Dragging
Fires when the dialog window is being dragged.
Public event DragStart
Fires when the dialog window enters dragging mode.
Public event Hidden
Fires after the dialog window is hidden.
Public event Maximized
Fires when the dialog window is maximized after the dialog window handles the operation.
Public event Maximizing
Fires when the dialog window is maximized before the dialog window handles the operation.
Public event Minimized
Fires when the dialog window is minimized after the dialog window handles the operation.
Public event Minimizing
Fires when the dialog window is minimized before the dialog window handles the operation.
Public event Normalized
Fires when the dialog window is normalized after the dialog window handles the operation.
Public event Normalizing
Fires when the dialog window is normalized before the dialog window handles the operation.
Public event Pinned
Fires when the dialog window is pinned after the dialog window handles the operation.
Public event Pinning
Fires when the dialog window is pinned before the dialog window handles the operation.
Public event Reloaded
Fires when the dialog window is reloaded after the dialog window handles the operation.
Public event Reloading
Fires when the dialog window is reloaded before the dialog window handles the operation.
Public event ResizeEnd
Fires when the dialog window exits resizing mode.
Public event ResizeStart
Fires when the dialog window enters resizing mode.
Public event Resizing
Fires when the dialog window is being resized.
Public event Shown
Fires after the dialog window is shown.

See Also