The C1Window type exposes the following members.

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

See Also