Responder Developer Guide
SetIsBroughtIntoViewWhenSelected Method


Syntax
'Declaration
 
Public Shared Sub SetIsBroughtIntoViewWhenSelected( _
   ByVal treeViewItem As TreeViewItem, _
   ByVal value As Boolean _
) 
'Usage
 
Dim treeViewItem As TreeViewItem
Dim value As Boolean
 
TreeViewItemBehavior.SetIsBroughtIntoViewWhenSelected(treeViewItem, value)
public static void SetIsBroughtIntoViewWhenSelected( 
   TreeViewItem treeViewItem,
   bool value
)

Parameters

treeViewItem
value
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeViewItemBehavior Class
TreeViewItemBehavior Members

 

 


Send Comment