ArcFM Desktop Developer Guide
GetPreferredSize Method


Syntax
'Declaration
 
Protected Overrides NotOverridable Function GetPreferredSize( _
   ByVal g As Graphics, _
   ByVal value As Object _
) As Size
'Usage
 
Dim instance As DataGridSizeableColumn
Dim g As Graphics
Dim value As Object
Dim value As Size
 
value = instance.GetPreferredSize(g, value)
protected override Size GetPreferredSize( 
   Graphics g,
   object value
)

Parameters

g
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

DataGridSizeableColumn Class
DataGridSizeableColumn Members

 

 


Send Comment