ArcFM Solution Developer Guide
SelectionMode Property


Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(True)>
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRDescriptionAttribute("DataGridView_SelectionModeDescr")>
Public Property SelectionMode As System.Windows.Forms.DataGridViewSelectionMode
'Usage
 
Dim instance As TreeGridView
Dim value As System.Windows.Forms.DataGridViewSelectionMode
 
instance.SelectionMode = value
 
value = instance.SelectionMode
[System.ComponentModel.Browsable(true)]
[SRCategory("CatBehavior")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("DataGridView_SelectionModeDescr")]
public System.Windows.Forms.DataGridViewSelectionMode SelectionMode {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