The C1Window type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Activate |
Makes the dialog window active.
|
![]() ![]() |
Deactivate |
Deactivates the dialog window.
|
![]() |
Dispose |
Dispose override.
(Overrides ComponentDispose()()()().) |
![]() |
Hide |
Hides a dialog window.
|
![]() |
Initialize |
Initialize override.
(Overrides ComponentInitialize()()()().) |
![]() |
Maximize |
Maximizes a dialog window.
|
![]() |
Minimize |
Minimizes a dialog window.
|
![]() |
Move |
Moves a dialog window to specified location.
|
![]() |
Normalize |
Restores a dialog window's size from a maximized or minimized state.
|
![]() |
Pin |
Pins or unpins a dialog window.
|
![]() |
Reload |
Reloads the dialog window's content specified by the ContentUrl property.
|
![]() |
Resize |
Resizes a dialog window.
|
![]() |
SetDialogPosition |
Sets up the dialog window's position according to StartPosition property.
|
![]() |
SetHtml |
Updates the dialog window's content area with the given HTML.
|
![]() |
SetUpdatePanel |
Shows the inner update panel.
|
![]() |
SetUrl |
Loads passed URL to dialog window content.
|
![]() |
Show |
Shows a dialog window.
|
![]() |
ShowModal |
Shows modal a dialog window.
|
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
|
Events
Name | Description | |
---|---|---|
![]() |
Activated |
Fires after the dialog window is activated.
|
![]() |
ButtonClicked |
Fires when one of the caption buttons is clicked after the dialog window handles the operation.
|
![]() |
ButtonClicking |
Fires when one of the caption buttons is clicked before the dialog window handles the operation.
|
![]() |
Deactivated |
Fires after the dialog window is deactivated.
|
![]() |
DragEnd |
Fires when the dialog window exits dragging mode.
|
![]() |
Dragging |
Fires when the dialog window is being dragged.
|
![]() |
DragStart |
Fires when the dialog window enters dragging mode.
|
![]() |
Hidden |
Fires after the dialog window is hidden.
|
![]() |
Maximized |
Fires when the dialog window is maximized after the dialog window handles the operation.
|
![]() |
Maximizing |
Fires when the dialog window is maximized before the dialog window handles the operation.
|
![]() |
Minimized |
Fires when the dialog window is minimized after the dialog window handles the operation.
|
![]() |
Minimizing |
Fires when the dialog window is minimized before the dialog window handles the operation.
|
![]() |
Normalized |
Fires when the dialog window is normalized after the dialog window handles the operation.
|
![]() |
Normalizing |
Fires when the dialog window is normalized before the dialog window handles the operation.
|
![]() |
Pinned |
Fires when the dialog window is pinned after the dialog window handles the operation.
|
![]() |
Pinning |
Fires when the dialog window is pinned before the dialog window handles the operation.
|
![]() |
Reloaded |
Fires when the dialog window is reloaded after the dialog window handles the operation.
|
![]() |
Reloading |
Fires when the dialog window is reloaded before the dialog window handles the operation.
|
![]() |
ResizeEnd |
Fires when the dialog window exits resizing mode.
|
![]() |
ResizeStart |
Fires when the dialog window enters resizing mode.
|
![]() |
Resizing |
Fires when the dialog window is being resized.
|
![]() |
Shown |
Fires after the dialog window is shown.
|