FormComboBoxControl.labelItalic 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
labelItalic() |
Sets or returns a value that indicates whether the text in the label of the control is italic. |
labelItalic(Boolean) |
labelItalic()
Sets or returns a value that indicates whether the text in the label of the control is italic.
public:
virtual bool labelItalic();
public virtual bool labelItalic ();
abstract member labelItalic : unit -> bool
override this.labelItalic : unit -> bool
Public Overridable Function labelItalic () As Boolean
Returns
true if the text in the label of the control is italic; otherwise, false.
Applies to
labelItalic(Boolean)
public:
virtual bool labelItalic(bool _value);
public virtual bool labelItalic (bool _value);
abstract member labelItalic : bool -> bool
override this.labelItalic : bool -> bool
Public Overridable Function labelItalic (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
The value to assign to the italic setting of the label of the control; optional.