Skip to main content

ASPxClientHtmlEditorImageDialog.GetCreateThumbnailCheckBox Method

Provides access to the client object of the “Create thumbnail” check box in the Html Editor’s Image dialog.

Declaration

GetCreateThumbnailCheckBox(): ASPxClientCheckBox

Returns

Type Description
ASPxClientCheckBox

A ASPxClientCheckBox object.

Remarks

Use the GetCreateThumbnailCheckBox method to access the “Create thumbnail” check box in the Html Editor’s Image Dialogs.

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

Online Demo: Html Editor - Dialog Customization

See Also