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