The C1Window type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ActivityState |
Get or sets current activity state of this dialog.
|
![]() |
AllowMove |
Gets or sets a value that determines whether a C1Window object may be moved.
|
![]() |
AllowResize |
Gets or sets a value that determines whether a C1Window object may be resized.
|
![]() |
AnimationDurationOnCollapsing |
Gets or sets the duration of the animation when content area of a C1Window object is collapsing.
|
![]() |
AnimationDurationOnExpanding |
Gets or sets the duration of the animation when content area of a C1Window object is expanding.
|
![]() |
AnimationDurationOnHiding |
Gets or sets the duration of the animation when a C1Window object hides.
|
![]() |
AnimationDurationOnShowing |
Gets or sets the duration of the animation when a C1Window object shows.
|
![]() |
AnimationEffectOnCollapsing |
Gets or sets the animation effect to use when content area of a C1Window object is collapsing.
|
![]() |
AnimationEffectOnExpanding |
Gets or sets the animation effect to use when content area of a C1Window object is expanding.
|
![]() |
AnimationEffectOnHiding |
Gets or sets the animation effect to use when a C1Window object hides.
|
![]() |
AnimationEffectOnShowing |
Gets or sets the animation effect to use when a C1Window object shows.
|
![]() |
AutoExpand |
If auto expand window accroding to content size.
|
![]() |
CaptionButtons |
Gets a CaptionButtons object that provides access to C1Window title items like an icon, buttons etc.
|
![]() |
ChildrenAsTriggers |
Gets or sets a value that determines whether child controls acts as triggers.
|
![]() |
ContentUrl |
Gets or sets URL to the content of the dialog window.
|
![]() |
ControlBox |
Gets or sets a value determining the visibility of the caption buttons.
|
![]() |
DialogDOMElement |
Gets underlying DOM element for dialog.
|
![]() |
DialogState |
Gets or sets current state of a dialog window.
|
![]() |
Enabled |
Gets or sets the a value indicating Enabled state of the control.
|
![]() |
Height |
Gets height of the control.
|
![]() |
HorizontalAlign |
Gets or sets Horizontal position of dialog when StartPosition is set to C1WindowPosition.Page or C1WindowPosition.Parent.
|
![]() |
ImageHeight |
Gets or sets height of C1Window title icon.
|
![]() |
ImageUrl |
Gets or sets image Url for C1Window icon.
|
![]() |
ImageWidth |
Gets or sets width of C1Window title icon.
|
![]() |
IsAnimating |
Gets whether this dialog is playing animation.
|
![]() |
IsDialogDocked |
Gets a value indicates whether a C1Window object has been docked to a target area or default bottom area after minimizing.
|
![]() |
IsInnerFrameShown |
Get a value indicates whether inner iframe of a C1Window object holding an external page is shown.
|
![]() |
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.
|
![]() |
OffsetElementId |
Gets or sets ID of the target element to align to when StartPosition property is set to C1WindowPosition.OffSet.
|
![]() |
OnEscPressedClose |
On pressing esc close the activated window.
|
![]() |
ResizeSettings |
Resizing behavior settings.
|
![]() |
ShowModalWindowOnLoad |
Gets or sets a value that determines whether the dialog window is visible on the page after the page is loaded.
|
![]() |
ShowOnLoad |
Gets or sets a value that determines whether the dialog window is visible on the page after the page is loaded.
|
![]() |
StartPosition |
Gets or sets positioning mode to use to set up the position of C1Window.
|
![]() |
StatusVisible |
Gets or sets value indicating whether status is visible or not.
|
![]() |
TabIndex |
The tab order of the control.
|
![]() |
Text |
Gets or sets text which displ\ayed on the caption bar of the C1Window dialog window.
|
![]() |
VerticalAlign |
Gets or sets vertical position of dialog when StartPosition is set to C1WindowPosition.Page or C1WindowPosition.Parent.
|
![]() |
Width |
Gets width of the control.
|
![]() |
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.
|
![]() |
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
|