FormSegmentedEntryControl.labelForegroundColor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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