ArcFM Solution Developer Guide
ForeColor Property (RelationshipControl)


Syntax
'Declaration
 
<SRCategoryAttribute("Appearance")>
<System.Runtime.InteropServices.DispIdAttribute(-513)>
<SRDescriptionAttribute("The foreground color of this component, which is used to display text.")>
Public Overridable Property ForeColor As System.Drawing.Color
'Usage
 
Dim instance As RelationshipControl
Dim value As System.Drawing.Color
 
instance.ForeColor = value
 
value = instance.ForeColor
[SRCategory("Appearance")]
[System.Runtime.InteropServices.DispId(-513)]
[SRDescription("The foreground color of this component, which is used to display text.")]
public virtual System.Drawing.Color ForeColor {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

RelationshipControl Class
RelationshipControl Members

 

 


Send Comment