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:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control System.Windows.Controls.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 System.Windows.Point

The location to examine.

Returns

System.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 System.Windows.Automation.Peers.AutomationPeer object for this control instance.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

System.Windows.Automation.Peers.AutomationPeer:

An System.Windows.Automation.Peers.AutomationPeer instance.

OnIndentAmountChanged()

Occurs when the IndentAmount property is changed.

protected override void OnIndentAmountChanged()

Inherited Members

Extension Methods