IFont::put_Strikethrough  1HFGMAU

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.

 

See Also

IFont::get_Strikethrough