Sets the property value
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public static void SetIsBroughtIntoViewWhenSelected(
TreeViewItem treeViewItem,
bool value
)
public static void SetIsBroughtIntoViewWhenSelected(
TreeViewItem treeViewItem,
bool value
)
public:
static void SetIsBroughtIntoViewWhenSelected(
TreeViewItem^ treeViewItem,
bool value
)
public:
static void SetIsBroughtIntoViewWhenSelected(
TreeViewItem^ treeViewItem,
bool value
)
static member SetIsBroughtIntoViewWhenSelected :
treeViewItem : TreeViewItem *
value : bool -> unit
static member SetIsBroughtIntoViewWhenSelected :
treeViewItem : TreeViewItem *
value : bool -> unit
Public Shared Sub SetIsBroughtIntoViewWhenSelected (
treeViewItem As TreeViewItem,
value As Boolean
)
Public Shared Sub SetIsBroughtIntoViewWhenSelected (
treeViewItem As TreeViewItem,
value As Boolean
)
Reference