[]
        
(Showing Draft Content)

C1.WPF.Docking.PickerLoadingEventArgs

PickerLoadingEventArgs Class

Event class for the C1DockControl.PickerLoading event.

Inheritance
PickerLoadingEventArgs
Namespace: C1.WPF.Docking
Assembly: C1.WPF.Docking.4.6.2.dll
Syntax
public class PickerLoadingEventArgs : EventArgs

Properties

Name Description
ShowBottomInnerPart

Gets or sets a value that determines whether the bottom C1DockPickerPart for the target C1DockTabControl is visible.

ShowBottomOuterPart

Gets or sets a value that determines whether the bottom C1DockPickerPart for the whole C1DockControl is visible.

ShowLeftInnerPart

Gets or sets a value that determines whether the left C1DockPickerPart for the target C1DockTabControl is visible.

ShowLeftOuterPart

Gets or sets a value that determines whether the left C1DockPickerPart for the whole C1DockControl is visible.

ShowOverInnerPart

Gets or sets a value that determines whether the center C1DockPickerPart for the target C1DockTabControl is visible.

ShowRightInnerPart

Gets or sets a value that determines whether the right C1DockPickerPart for the target C1DockTabControl is visible.

ShowRightOuterPart

Gets or sets a value that determines whether the right C1DockPickerPart for the whole C1DockControl is visible.

ShowTopInnerPart

Gets or sets a value that determines whether the top C1DockPickerPart for the target C1DockTabControl is visible.

ShowTopOuterPart

Gets or sets a value that determines whether the top C1DockPickerPart for the whole C1DockControl is visible.

Source

Gets the C1DockTabControl or C1DockTabItem that is being dragged.

Target

Gets the C1DockTabControl below the mouse.