| TreeViewItemBehaviorGetIsBroughtIntoViewWhenSelected Method |
Get the property value
Namespace: SandcastleBuilder.WPF.BehaviorsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.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:
BooleanThe property value
See Also