ArcFM Solution Developer Guide
ColumnHeadersHeightSizeMode Property


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
<SRCategoryAttribute("CatBehavior")>
<SRDescriptionAttribute("DataGridView_ColumnHeadersHeightSizeModeDescr")>
Public Property ColumnHeadersHeightSizeMode As System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode
'Usage
 
Dim instance As TreeGridView
Dim value As System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode
 
instance.ColumnHeadersHeightSizeMode = value
 
value = instance.ColumnHeadersHeightSizeMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.RefreshProperties(RefreshProperties.All)]
[SRCategory("CatBehavior")]
[SRDescription("DataGridView_ColumnHeadersHeightSizeModeDescr")]
public System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode ColumnHeadersHeightSizeMode {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

TreeGridView Class
TreeGridView Members

 

 


Send Comment