The C1Window type exposes the following members.

Constructors

  Name Description
Public method C1Window()()()()
Creates an instance of C1Window.
Public method C1Window(String)
Initializes a new instance of the C1Window class.

Methods

  Name Description
Public method AddControl
Adds a control to the dialog window.
Public method LoadLayout(Stream)
Load control layout properties from the stream.
Public method LoadLayout(String)
Loads control layout properties from the file.
Public method LoadLayout(Stream, LayoutType)
Loads the control layout properties with specified types from the stream.
Public method LoadLayout(String, LayoutType)
Loads control layout properties with specified types from the file.
Public method SaveLayout(Stream)
Saves control layout properties to the stream.
Public method SaveLayout(String)
Saves the control layout properties to the file.

Properties

  Name Description
Public property AllowMove
Gets or sets a value that determines whether the dialog window may be moved.
Public property AllowResize
Gets or sets a value that determines whether the dialog window may be resized.
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 CaptionButtons
Gets a CaptionButtons object that provides access to C1Window title items like an icon, buttons, and so on.
Public property ChildrenAsTriggers
Gets or sets a value that determines whether child controls acts as triggers when the dialog window works in UpdatePanel mode.
Public property ContentTemplate
Gets or sets the template for the content area of the C1Window control.
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 EmbeddedVisualStyles
Returns string array with embedded visual style names.
(Overrides C1ThemeableControlEmbeddedVisualStyles()()()().)
Public property Enabled
Gets or sets a value indicate if a C1Window object is enabled.
(Overrides WebControl..::..Enabled.)
Public property Height
Gets or sets height of C1Window.
(Overrides WebControl..::..Height.)
Public property HorizontalAlign
Dialog horizontal position if Position = {Page, Parent}
Public property ImageHeight
Gets or sets height of C1Window title icon.
Public property ImageUrl
Image Url for C1Window icon.
Public property ImageWidth
Gets or sets width of C1Window title icon.
Public property MinimizeZoneElementId
Gets or sets an ID of a form element which is used as a zone to minimize all dialog windows.
Public property OffsetElementId
Gets or sets an html element id at which top left corner a dialog window will be placed when shown first time.
Public property OnClientActivated
Gets or sets a name of the client side function that should be fired on client side after dialog is activated.
Public property 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.
Public property 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.
Public property OnClientDeactivated
Gets or sets a name of the client side function that should be fired on client side after dialog is deactivated.
Public property OnClientDragEnd
Gets or sets a name of the client side function that should be fired on client side when dialog exits dragging mode.
Public property OnClientDragging
Gets or sets a name of the client side function that should be fired on client side when dialog is being dragged.
Public property OnClientDragStart
Gets or sets a name of the client side function that should be fired on client side when dialog enters dragging mode.
Public property OnClientHidden
Gets or sets a name of the client side function that should be fired on client side after dialog is hidden.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property OnClientResizeEnd
Gets or sets a name of the client side function that should be fired on client side when dialog exits resizing mode.
Public property OnClientResizeStart
Gets or sets a name of the client side function that should be fired on client side when dialog enters resizing mode.
Public property OnClientResizing
Gets or sets a name of the client side function that should be fired on client side when dialog is being resized.
Public property OnClientShown
Gets or sets a name of the client side function that should be fired on client side after dialog is shown.
Public property OnEscPressedClose
Gets or sets a value indicate whehter to close activated window on pressing esc button.
Public property ResizeSettings
Set resizing properties for C1Window.
Public property ShowModalWindowOnLoad
Gets or sets a value that determines whether the a modal 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 initial position the dialog window.
Public property StatusTemplate
Gets or sets the template for the status content area of the C1Window control.
Public property StatusVisible
Gets or sets value indicating whether status is visible or not.
Public property Text
Gets or sets text which dispayed on the caption bar of the C1Window dialog window.
Public property UseEmbeddedVisualStyles
If true then control will use VisualStyle embedded into control's assembly. otherwise control will load VisualStyle from disk.
(Overrides C1ThemeableControlUseEmbeddedVisualStyles()()()().)
Public property VerticalAlign
Dialog vertical position if Position = {Page, Parent}
Public property VisualStyle
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableControlVisualStyle()()()().)
Public property VisualStylePath
Path to visual styles.
(Overrides C1ThemeableControlVisualStylePath()()()().)
Public property Width
Gets or sets width of C1Window.
(Overrides WebControl..::..Width.)
Public property X
Gets or sets the initial horizontal position (X) of the dialog window if StartPosition is Manual.
Public property Y
Gets or sets the initial vertical position (Y) of the dialog window if C1Window.StartPosition is Manual.

See Also