ArcFM Solution Developer Guide
GetPreferredWidth Method


Syntax
'Declaration
 
Public Overridable Function GetPreferredWidth( _
   ByVal autoSizeColumnMode As System.Windows.Forms.DataGridViewAutoSizeColumnMode, _
   ByVal fixedHeight As System.Boolean _
) As System.Integer
'Usage
 
Dim instance As TreeGridViewTextBoxColumn
Dim autoSizeColumnMode As System.Windows.Forms.DataGridViewAutoSizeColumnMode
Dim fixedHeight As System.Boolean
Dim value As System.Integer
 
value = instance.GetPreferredWidth(autoSizeColumnMode, fixedHeight)
public virtual System.int GetPreferredWidth( 
   System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode,
   System.bool fixedHeight
)

Parameters

autoSizeColumnMode
fixedHeight
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

TreeGridViewTextBoxColumn Class
TreeGridViewTextBoxColumn Members

 

 


Send Comment