Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditorPasteFromWordDialog.GetRemoveFontFamilyCheckBox Method

Provides access to the client object of the “Remove font family” check box in the Html Editor’s Flash dialog.

Declaration

GetRemoveFontFamilyCheckBox(): ASPxClientCheckBox

Returns

Type Description
ASPxClientCheckBox

A ASPxClientCheckBox object.

Remarks

Use the GetRemoveFontFamilyCheckBox method to access the “Remove font family” check box in the Html Editor’s Flash Dialogs.

For more information about client APIs related to the Html Editor’s Flash dialog, refer to the Related Client API section in the Flash Dialogs topic.

Online Demo: Html Editor - Dialog Customization

See Also