IFont::put_Strikethrough

Sets the font's current strikethrough property.

HRESULT put_Strikethrough(
  BOOL strikethrough  //Strikethrough property for the font
);
 

Parameters

strikethrough
[in] New strikethrough property for the font.

Return Values

S_OK
The strikethrough state was changed successfully.
S_FALSE
The font does not support a strikethrough state. This value is not an error condition.

QuickInfo

  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.

See Also

IFont::get_Strikethrough