The PickerLoadingEventArgs type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property ShowBottomInnerPart
Gets or sets a value that determines whether the bottom C1DockPickerPart for the target C1DockTabControl is visible.
Public property ShowBottomOuterPart
Gets or sets a value that determines whether the bottom C1DockPickerPart for the whole C1DockControl is visible.
Public property ShowLeftInnerPart
Gets or sets a value that determines whether the left C1DockPickerPart for the target C1DockTabControl is visible.
Public property ShowLeftOuterPart
Gets or sets a value that determines whether the left C1DockPickerPart for the whole C1DockControl is visible.
Public property ShowOverInnerPart
Gets or sets a value that determines whether the center C1DockPickerPart for the target C1DockTabControl is visible.
Public property ShowRightInnerPart
Gets or sets a value that determines whether the right C1DockPickerPart for the target C1DockTabControl is visible.
Public property ShowRightOuterPart
Gets or sets a value that determines whether the right C1DockPickerPart for the whole C1DockControl is visible.
Public property ShowTopInnerPart
Gets or sets a value that determines whether the top C1DockPickerPart for the target C1DockTabControl is visible.
Public property ShowTopOuterPart
Gets or sets a value that determines whether the top C1DockPickerPart for the whole C1DockControl is visible.
Public property Source
Gets the C1DockTabControl or C1DockTabItem that is being dragged.
Public property Target
Gets the C1DockTabControl below the mouse.

See Also