C# Class Microsoft.Samples.KMoore.WPFSamples.DateControls.MonthCalendarContainer

Inheritance: System.Windows.Controls.ListBox
ファイルを表示 Open project: daszat/zetbox Class Usage Examples

Protected Methods

Method Description
GetContainerForItemOverride ( ) : DependencyObject

Create or identify the element used to display the given item.

IsItemItsOwnContainerOverride ( object item ) : bool

Return true if the item is (or is eligible to be) its own ItemContainer

Method Details

GetContainerForItemOverride() protected method

Create or identify the element used to display the given item.
protected GetContainerForItemOverride ( ) : DependencyObject
return System.Windows.DependencyObject

IsItemItsOwnContainerOverride() protected method

Return true if the item is (or is eligible to be) its own ItemContainer
protected IsItemItsOwnContainerOverride ( object item ) : bool
item object
return bool