←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly