FormatComment(IRichTextEditor) Method
Shows the Format Comment dialog that allows to customize font for the comment editor.
public static void FormatComment(
IRichTextEditor
)
'Declaration
Public Overloads Shared Sub FormatComment( _
ByVal As IRichTextEditor _
)
'Usage
Dim richTextEditor As IRichTextEditor
BuiltInDialogs.FormatComment(richTextEditor)
Parameters
- richTextEditor
- A FarPoint.Win.Spread.CellType.IRichTextEditor object indicates the rich text editor.
Return Value
A
System.Windows.Forms.Form object represents the Format Comment dialog.