C# 클래스 DockTab.DockTabControl

The dock tab control.
상속: System.Windows.Controls.Primitives.Selector
파일 보기 프로젝트 열기: bitbonk/DockTab

보호된 메소드들

메소드 설명
GetContainerForItemOverride ( ) : DependencyObject

Creates or identifies the element that is used to display the given item.

IsItemItsOwnContainerOverride ( object item ) : bool

Determines if the specified item is (or is eligible to be) its own container.

비공개 메소드들

메소드 설명
DockTabControl ( ) : System.Windows

Initializes static members of the DockTabControl class.

메소드 상세

GetContainerForItemOverride() 보호된 메소드

Creates or identifies the element that is used to display the given item.
protected GetContainerForItemOverride ( ) : DependencyObject
리턴 System.Windows.DependencyObject

IsItemItsOwnContainerOverride() 보호된 메소드

Determines if the specified item is (or is eligible to be) its own container.
protected IsItemItsOwnContainerOverride ( object item ) : bool
item object /// The item to check. ///
리턴 bool