ArcFM Solution Developer Guide
AutoSizeMode Property (TreeGridViewTextBoxColumn)


Syntax
'Declaration
 
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRDescriptionAttribute("DataGridViewColumn_AutoSizeModeDescr")>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property AutoSizeMode As System.Windows.Forms.DataGridViewAutoSizeColumnMode
'Usage
 
Dim instance As TreeGridViewTextBoxColumn
Dim value As System.Windows.Forms.DataGridViewAutoSizeColumnMode
 
instance.AutoSizeMode = value
 
value = instance.AutoSizeMode
[SRCategory("CatLayout")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("DataGridViewColumn_AutoSizeModeDescr")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public System.Windows.Forms.DataGridViewAutoSizeColumnMode AutoSizeMode {get; set;}
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