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

Inheritance: System.Windows.Controls.ListBox
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes protégées

Méthode 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 méthode

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

IsItemItsOwnContainerOverride() protected méthode

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