←Select platform

ForeColor Property

Syntax
C#
VB
C++
public override Color ForeColor { get; set; } 
Public Overrides Property ForeColor() As System.Drawing.Color 
   Get 
   Set 
public:  
   virtual property System::Drawing::Color^ ForeColor 
   { 
      System::Drawing::Color^ get() override 
      void set(System::Drawing::Color^ value) override 
   } 

Property Value

The foreground System.Drawing.Color of the control. The default is the value of the System.Windows.Forms.Control.DefaultForeColor 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.Controls Assembly

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