The C1DockPanel type exposes the following members.

Constructors

  NameDescription
Public methodC1DockPanel
C1DockPanel constructor.

Methods

  NameDescription
Public methodAddCssClass (Inherited from Control.)
Public methodAssignPropertiesState
Assigns new properties state hash.
Public methodBeginUpdate (Inherited from Component.)
Public methodCreateInstance
Creates instance of client type by its short name.
Public methodDispose (Inherited from Component.)
Public methodEndUpdate (Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Override Initialize method in order to do something when control is initialized.
(Overrides ComponentInitialize()()()().)
Public methodRemoveCssClass (Inherited from Control.)
Public methodToggleCssClass (Inherited from Control.)
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDock
Gets or sets the Dock property of the DockPanel control.
Protected propertyElement (Inherited from Control.)
Public propertyHeight
Gets or sets the Height property of the DockPanel control.
Public propertyID (Inherited from Component.)
Public propertyOrientation
Gets or sets the Orientation property of the DockPanel control.
Public propertyParent (Inherited from Control.)
Public propertyPropertiesState
Hash object what contains values of the properties.
Public propertyVisibilityMode (Inherited from Control.)
Public propertyVisible (Inherited from Control.)
Public propertyWidth
Gets or sets the Width property of the DockPanel control.

Events

  NameDescription
Public eventDisposing (Inherited from Component.)
Public eventPropertyChanged (Inherited from Component.)

See Also