The CaptionButtons type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCloseButton
Button that closes the C1WebDialog.
Public propertyIcon
An image shown on the left side of the C1WebDialog title area.
Public propertyMaximizeButton
Button that resizes the C1WebDialog to fit all available space in the browser window.
Public propertyMinimizeButton
Button that minimizes the C1WebDialog window.
Public propertyReloadButton
Button that reloads the C1WebDialog content set by the ContentUrl()()()() property.
Public propertyRestoreButton
Button that is shown instead of the MinimizeButton button or the MaximizeButton button of C1WebDialog. Clicking this button restores the window to the previous size.

See Also