In This Article

TreeListViewItem Class

Represents an item for a TreeListView control.

public class TreeListViewItem : TreeListBoxItem, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl TreeListBoxItem Object
Derived:
PropertyGridItem

Constructors

TreeListViewItem()

Initializes an instance of the TreeListViewItem class.

public TreeListViewItem()

Methods

IsLocationOverBackground(Point)

Returns whether the specified location is past the end of the content, in owner control background whitespace area.

protected override bool IsLocationOverBackground(Point location)
Parameter Type Description
location Point

The location to examine.

Returns

Boolean:

true if the specified location is past the end of the content, in owner control background whitespace area; otherwise, false.

OnApplyTemplate()

Invoked whenever application code or internal processes call ApplyTemplate.

public override void OnApplyTemplate()

OnCreateAutomationPeer()

Returns an AutomationPeer object for this control instance.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

An AutomationPeer instance.

OnIndentAmountChanged()

Occurs when the IndentAmount property is changed.

protected override void OnIndentAmountChanged()

Inherited Members

Extension Methods