C# Class SystemEx.Windows.Forms.DockPanel

Inheritance: WeifenLuo.WinFormsUI.Docking.DockPanel
Mostra file Open project: pvginkel/SystemEx

Private Properties

Property Type Description

Public Methods

Method Description
ActivateNextTab ( bool forward ) : void
DockContentTypeOpened ( Type type ) : bool
DockPanel ( ) : System
GetDocuments ( ) : List

Method Details

ActivateNextTab() public method

public ActivateNextTab ( bool forward ) : void
forward bool
return void

DockContentTypeOpened() public method

public DockContentTypeOpened ( Type type ) : bool
type System.Type
return bool

DockPanel() public method

public DockPanel ( ) : System
return System

GetDocuments() public method

public GetDocuments ( ) : List
return List