Font :: strikeOut - Strike out property
The property causes glyphs to be displayed stroked out, when it is set to true.
Options.GUIFramework.Fonts._std_font.strike_out=NO
Return value:  Enable resource ( bool  )
In order to enable the referenced resource true should be passed. Passing false will disable the resource.
Implementation overview
- Get strike-out property
 Font :: strikeOut (  )
- Set strike-out property
 Font :: strikeOut ( bEnable )

