Get the property value
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public static bool GetIsBroughtIntoViewWhenSelected(
TreeViewItem treeViewItem
)
public static bool GetIsBroughtIntoViewWhenSelected(
TreeViewItem treeViewItem
)
public:
static bool GetIsBroughtIntoViewWhenSelected(
TreeViewItem^ treeViewItem
)
public:
static bool GetIsBroughtIntoViewWhenSelected(
TreeViewItem^ treeViewItem
)
static member GetIsBroughtIntoViewWhenSelected :
treeViewItem : TreeViewItem -> bool
static member GetIsBroughtIntoViewWhenSelected :
treeViewItem : TreeViewItem -> bool
Public Shared Function GetIsBroughtIntoViewWhenSelected (
treeViewItem As TreeViewItem
) As Boolean
Public Shared Function GetIsBroughtIntoViewWhenSelected (
treeViewItem As TreeViewItem
) As Boolean
Return Value
Type:
BooleanThe property value
Reference