FormRowDisplayOption.fontStrikethrough 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
fontStrikethrough() | |
fontStrikethrough(Boolean) |
fontStrikethrough()
public:
virtual bool fontStrikethrough();
public virtual bool fontStrikethrough ();
abstract member fontStrikethrough : unit -> bool
override this.fontStrikethrough : unit -> bool
Public Overridable Function fontStrikethrough () As Boolean
Returns
Applies to
fontStrikethrough(Boolean)
public:
virtual bool fontStrikethrough(bool _strikethrough);
public virtual bool fontStrikethrough (bool _strikethrough);
abstract member fontStrikethrough : bool -> bool
override this.fontStrikethrough : bool -> bool
Public Overridable Function fontStrikethrough (_strikethrough As Boolean) As Boolean
Parameters
- _strikethrough
- Boolean