ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / PickerLoadingEventArgs Class / ShowOverInnerPart Property

In This Topic
    ShowOverInnerPart Property (PickerLoadingEventArgs)
    In This Topic
    Gets or sets a value that determines whether the center C1DockPickerPart for the target C1DockTabControl is visible.
    Syntax
    'Declaration
     
    Public Property ShowOverInnerPart As Boolean
    public bool ShowOverInnerPart {get; set;}
    Remarks
    The default value for this property is true.
    See Also