ForeColor Property

Summary
Overrides WebControl.ForeColor property.
Syntax
C#
VB
C++
public override Color ForeColor { get; set; } 
  
Public Overrides Property ForeColor As Color 
public: 
property Color ForeColor { 
   Color get() override; 
   void set (    Color ) override; 
} 

Property Value

A System.Drawing.Color that represents the foreground color of the control. The default is Empty.

Remarks

For more information refer to WebControl.ForeColor property.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.