 | AttachedEventsAndPropertiesTestSetIsBroughtIntoViewWhenSelected Method |
Sets the property value
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntaxpublic static void SetIsBroughtIntoViewWhenSelected(
TreeViewItem treeViewItem,
bool value
)
Public Shared Sub SetIsBroughtIntoViewWhenSelected (
treeViewItem As TreeViewItem,
value As Boolean
)
public:
static void SetIsBroughtIntoViewWhenSelected(
TreeViewItem^ treeViewItem,
bool value
)
static member SetIsBroughtIntoViewWhenSelected :
treeViewItem : TreeViewItem *
value : bool -> unit
Parameters
- treeViewItem
- Type: System.Windows.ControlsTreeViewItem
The tree view item - value
- Type: SystemBoolean
The property value
See Also