ArcFM Solution Developer Guide
Frozen Property (TreeGridViewTextBoxColumn)


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(False)>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
<SRCategoryAttribute("CatLayout")>
<SRDescriptionAttribute("DataGridView_ColumnFrozenDescr")>
Public Overridable Property Frozen As System.Boolean
'Usage
 
Dim instance As TreeGridViewTextBoxColumn
Dim value As System.Boolean
 
instance.Frozen = value
 
value = instance.Frozen
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.RefreshProperties(RefreshProperties.All)]
[SRCategory("CatLayout")]
[SRDescription("DataGridView_ColumnFrozenDescr")]
public virtual System.bool Frozen {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