[This is preliminary documentation and is subject to change.]

Put emphasis on the item (make it bold!

Namespace:  OfficeClip.BusinessLayer.Framework.HtmlStatus
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool Emphasize { set; }
Visual Basic (Declaration)
Public WriteOnly Property Emphasize As Boolean
Visual C++
public:
property bool Emphasize {
	void set (bool value);
}

See Also