ESRI.ArcGIS.ADF.Web.UI.WebControls
IsBold Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.HtmlEditor Namespace > Editor Class : IsBold Method




Determine whether the current selection is in Bold mode.

Syntax

Visual Basic (Declaration) 
Public Function IsBold() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Editor
Dim value As Boolean
 
value = instance.IsBold()
C# 
public bool IsBold()

Return Value

whether or not the current selection is Bold

See Also

© 2010 All Rights Reserved.