AttachedEventsAndPropertiesTest.GetIsBroughtIntoViewWhenSelected Method

Sandcastle XML Comments

Sandcastle XML Comments GuideAttachedEventsAndPropertiesTestGetIsBroughtIntoViewWhenSelected Method
Get the property value

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public static bool GetIsBroughtIntoViewWhenSelected(
	TreeViewItem treeViewItem
)
Public Shared Function GetIsBroughtIntoViewWhenSelected ( 
	treeViewItem As TreeViewItem
) As Boolean
public:
static bool GetIsBroughtIntoViewWhenSelected(
	TreeViewItem^ treeViewItem
)
static member GetIsBroughtIntoViewWhenSelected : 
        treeViewItem : TreeViewItem -> bool 

Parameters

treeViewItem
Type: System.Windows.ControlsTreeViewItem
The tree view item

Return Value

Type: Boolean
The property value
See Also