ArcFM Solution Developer Guide
LineColor Property


Syntax
'Declaration
 
<SRCategoryAttribute("CatBehavior")>
<SRDescriptionAttribute("TreeViewLineColorDescr")>
<System.ComponentModel.DefaultValueAttribute(System.Drawing.Color, "Black")>
Public Property LineColor As System.Drawing.Color
'Usage
 
Dim instance As MinerTreeView
Dim value As System.Drawing.Color
 
instance.LineColor = value
 
value = instance.LineColor
[SRCategory("CatBehavior")]
[SRDescription("TreeViewLineColorDescr")]
[System.ComponentModel.DefaultValue(System.Drawing.Color, "Black")]
public System.Drawing.Color LineColor {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

MinerTreeView Class
MinerTreeView Members

 

 


Send Comment