←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly