ArcFM Solution Developer Guide
OnLayout Method (TreeViewHost)


Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Sub OnLayout( _
   ByVal levent As System.Windows.Forms.LayoutEventArgs _
) 
'Usage
 
Dim instance As TreeViewHost
Dim levent As System.Windows.Forms.LayoutEventArgs
 
instance.OnLayout(levent)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected void OnLayout( 
   System.Windows.Forms.LayoutEventArgs levent
)

Parameters

levent
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

TreeViewHost Class
TreeViewHost Members

 

 


Send Comment