ArcFM Solution Developer Guide
MinimumWidth Property


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(5)>
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("CatLayout")>
<SRDescriptionAttribute("DataGridView_ColumnMinimumWidthDescr")>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property MinimumWidth As System.Integer
'Usage
 
Dim instance As TreeGridViewTextBoxColumn
Dim value As System.Integer
 
instance.MinimumWidth = value
 
value = instance.MinimumWidth
[System.ComponentModel.DefaultValue(5)]
[System.ComponentModel.Localizable(true)]
[SRCategory("CatLayout")]
[SRDescription("DataGridView_ColumnMinimumWidthDescr")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public System.int MinimumWidth {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