C# 클래스 DockTab.DockTabGroup

상속: System.Windows.Controls.HeaderedItemsControl
파일 보기 프로젝트 열기: 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.

PrepareContainerForItemOverride ( DependencyObject element, object item ) : void

Prepares the specified element to display the specified item.

비공개 메소드들

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

Initializes static members of the DockTabGroup 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

PrepareContainerForItemOverride() 보호된 메소드

Prepares the specified element to display the specified item.
protected PrepareContainerForItemOverride ( DependencyObject element, object item ) : void
element System.Windows.DependencyObject Element used to display the specified item.
item object Specified item.
리턴 void