FormGroupControl.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 Boolean value that indicates whether the text for a form group 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
A Boolean value that indicates whether the text for a form group control is italic; optional.
Returns
Applies to
italic()
Sets or returns a Boolean value that indicates whether the text for a form group 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 is italic; otherwise, false.