ArcFM Solution Developer Guide
ScrollBars Property (TreeGridView)


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("CatLayout")>
<SRDescriptionAttribute("DataGridView_ScrollBarsDescr")>
Public Property ScrollBars As System.Windows.Forms.ScrollBars
'Usage
 
Dim instance As TreeGridView
Dim value As System.Windows.Forms.ScrollBars
 
instance.ScrollBars = value
 
value = instance.ScrollBars
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.Localizable(true)]
[SRCategory("CatLayout")]
[SRDescription("DataGridView_ScrollBarsDescr")]
public System.Windows.Forms.ScrollBars ScrollBars {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