Gets of sets value indicated whether foreground color must be imported.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Property ForeColor As Boolean
C#
public bool ForeColor { get; set; }
Visual C++
public:
property bool ForeColor {
	bool get ();
	void set (bool value);
}
JavaScript
function get_foreColor();
function set_foreColor(value);

See Also