Share via


FormBuildWindowControl.labelForegroundColor Method

Definition

Overloads

labelForegroundColor()
labelForegroundColor(Int32)

labelForegroundColor()

public:
 virtual int labelForegroundColor();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int labelForegroundColor ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member labelForegroundColor : unit -> int
override this.labelForegroundColor : unit -> int
Public Overridable Function labelForegroundColor () As Integer

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

labelForegroundColor(Int32)

public:
 virtual int labelForegroundColor(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int labelForegroundColor (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member labelForegroundColor : int -> int
override this.labelForegroundColor : int -> int
Public Overridable Function labelForegroundColor (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to