The C1Window type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1Window()()()() |
Creates an instance of C1Window.
|
|
C1Window(String) |
Initializes a new instance of the C1Window class.
|
Methods
Name | Description | |
---|---|---|
AddControl |
Adds a control to the dialog window.
|
|
LoadLayout(Stream) |
Load control layout properties from the stream.
|
|
LoadLayout(String) |
Loads control layout properties from the file.
|
|
LoadLayout(Stream, LayoutType) |
Loads the control layout properties with specified types from the stream.
|
|
LoadLayout(String, LayoutType) |
Loads control layout properties with specified types from the file.
|
|
SaveLayout(Stream) |
Saves control layout properties to the stream.
|
|
SaveLayout(String) |
Saves the control layout properties to the file.
|
Properties
Name | Description | |
---|---|---|
AllowMove |
Gets or sets a value that determines whether the dialog window may be moved.
|
|
AllowResize |
Gets or sets a value that determines whether the dialog window 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.
|
|
CaptionButtons |
Gets a CaptionButtons object that provides access to C1Window title items like an icon, buttons, and so on.
|
|
ChildrenAsTriggers |
Gets or sets a value that determines whether child controls acts as triggers when the dialog window works in UpdatePanel mode.
|
|
ContentTemplate |
Gets or sets the template for the content area of the C1Window control.
|
|
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.
|
|
EmbeddedVisualStyles |
Returns string array with embedded visual style names.
(Overrides C1ThemeableControlEmbeddedVisualStyles()()()().) |
|
Enabled |
Gets or sets a value indicate if a C1Window object is enabled.
(Overrides WebControl..::..Enabled.) |
|
Height |
Gets or sets height of C1Window.
(Overrides WebControl..::..Height.) |
|
HorizontalAlign |
Dialog horizontal position if Position = {Page, Parent}
|
|
ImageHeight |
Gets or sets height of C1Window title icon.
|
|
ImageUrl |
Image Url for C1Window icon.
|
|
ImageWidth |
Gets or sets width of C1Window title icon.
|
|
MinimizeZoneElementId |
Gets or sets an ID of a form element which is used as a zone to minimize all dialog windows.
|
|
OffsetElementId |
Gets or sets an html element id at which top left corner a dialog window will be placed when shown first time.
|
|
OnClientActivated |
Gets or sets a name of the client side function that should be fired on client side after dialog is activated.
|
|
OnClientButtonClicked |
Gets or sets a name of the client side function that should be fired on client side when one of the caption buttons is clicked after dialog handles the operation.
|
|
OnClientButtonClicking |
Gets or sets a name of the client side function that should be fired on client side when one of the caption buttons is clicked before dialog handles the operation.
|
|
OnClientDeactivated |
Gets or sets a name of the client side function that should be fired on client side after dialog is deactivated.
|
|
OnClientDragEnd |
Gets or sets a name of the client side function that should be fired on client side when dialog exits dragging mode.
|
|
OnClientDragging |
Gets or sets a name of the client side function that should be fired on client side when dialog is being dragged.
|
|
OnClientDragStart |
Gets or sets a name of the client side function that should be fired on client side when dialog enters dragging mode.
|
|
OnClientHidden |
Gets or sets a name of the client side function that should be fired on client side after dialog is hidden.
|
|
OnClientMaximized |
Gets or sets a name of the client side function that should be fired on client side when dialog is maximized after dialog handles the operation.
|
|
OnClientMaximizing |
Gets or sets a name of the client side function that should be fired on client side when dialog is maximized before dialog handles the operation.
|
|
OnClientMinimized |
Gets or sets a name of the client side function that should be fired on client side when dialog is minimized after dialog handles the operation.
|
|
OnClientMinimizing |
Gets or sets a name of the client side function that should be fired on client side when dialog is minimized before dialog handles the operation.
|
|
OnClientNormalized |
Gets or sets a name of the client side function that should be fired on client side when dialog is normalized after dialog handles the operation.
|
|
OnClientNormalizing |
Gets or sets a name of the client side function that should be fired on client side when dialog is normalized before dialog handles the operation.
|
|
OnClientPinned |
Gets or sets a name of the client side function that should be fired on client side when dialog is pinned after the dialog handles the opertation.
|
|
OnClientPinning |
Gets or sets a name of the client side function that should be fired on client side when dialog is pinned before the dialog handles the opertation.
|
|
OnClientReloaded |
Gets or sets a name of the client side function that should be fired on client side when dialog content is reloaded after dialog handles the operation.
|
|
OnClientReloading |
Gets or sets a name of the client side function that should be fired on client side when dialog content is reloaded before dialog handles the operation.
|
|
OnClientResizeEnd |
Gets or sets a name of the client side function that should be fired on client side when dialog exits resizing mode.
|
|
OnClientResizeStart |
Gets or sets a name of the client side function that should be fired on client side when dialog enters resizing mode.
|
|
OnClientResizing |
Gets or sets a name of the client side function that should be fired on client side when dialog is being resized.
|
|
OnClientShown |
Gets or sets a name of the client side function that should be fired on client side after dialog is shown.
|
|
OnEscPressedClose |
Gets or sets a value indicate whehter to close activated window on pressing esc button.
|
|
ResizeSettings |
Set resizing properties for C1Window.
|
|
ShowModalWindowOnLoad |
Gets or sets a value that determines whether the a modal 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 initial position the dialog window.
|
|
StatusTemplate |
Gets or sets the template for the status content area of the C1Window control.
|
|
StatusVisible |
Gets or sets value indicating whether status is visible or not.
|
|
Text |
Gets or sets text which dispayed on the caption bar of the C1Window dialog window.
|
|
UseEmbeddedVisualStyles |
If true then control will use VisualStyle embedded into control's assembly.
otherwise control will load VisualStyle from disk.
(Overrides C1ThemeableControlUseEmbeddedVisualStyles()()()().) |
|
VerticalAlign |
Dialog vertical position if Position = {Page, Parent}
|
|
VisualStyle |
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableControlVisualStyle()()()().) |
|
VisualStylePath |
Path to visual styles.
(Overrides C1ThemeableControlVisualStylePath()()()().) |
|
Width |
Gets or sets width of C1Window.
(Overrides WebControl..::..Width.) |
|
X |
Gets or sets the initial horizontal position (X) of the dialog window if StartPosition is Manual.
|
|
Y |
Gets or sets the initial vertical position (Y) of the dialog window if C1Window.StartPosition is Manual.
|