ArcFM Desktop Developer Guide
FindControlPaneLayout Method


Syntax
'Declaration
 
Public Function FindControlPaneLayout( _
   ByVal key As String, _
   ByVal remove As Boolean _
) As DockControlPaneLayout
'Usage
 
Dim instance As DockAreaPaneLayoutCollection
Dim key As String
Dim remove As Boolean
Dim value As DockControlPaneLayout
 
value = instance.FindControlPaneLayout(key, remove)
public DockControlPaneLayout FindControlPaneLayout( 
   string key,
   bool remove
)

Parameters

key
remove
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

DockAreaPaneLayoutCollection Class
DockAreaPaneLayoutCollection Members

 

 


Send Comment