ArcFM Solution Developer Guide
PerformLayout(Control,String) Method


Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overloads Sub PerformLayout( _
   ByVal affectedControl As System.Windows.Forms.Control, _
   ByVal affectedProperty As System.String _
) 
'Usage
 
Dim instance As DiagramsPropertyPage
Dim affectedControl As System.Windows.Forms.Control
Dim affectedProperty As System.String
 
instance.PerformLayout(affectedControl, affectedProperty)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public void PerformLayout( 
   System.Windows.Forms.Control affectedControl,
   System.string affectedProperty
)

Parameters

affectedControl
affectedProperty
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

DiagramsPropertyPage Class
DiagramsPropertyPage Members
Overload List

 

 


Send Comment