FormComboBoxControl.labelForegroundColor Method

Definition

Overloads

labelForegroundColor()
labelForegroundColor(Int32)

labelForegroundColor()

public:
 virtual int labelForegroundColor();
public virtual int labelForegroundColor ();
abstract member labelForegroundColor : unit -> int
override this.labelForegroundColor : unit -> int
Public Overridable Function labelForegroundColor () As Integer

Returns

Applies to

labelForegroundColor(Int32)

public:
 virtual int labelForegroundColor(int _value);
public virtual int labelForegroundColor (int _value);
abstract member labelForegroundColor : int -> int
override this.labelForegroundColor : int -> int
Public Overridable Function labelForegroundColor (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to