ASPxClientHtmlEditorImageDialog.GetWrapTextCheckBox Method
Provides access to the client object of the “Wrap text around image” check box in the Html Editor’s Image dialog.
Declaration
GetWrapTextCheckBox(): ASPxClientCheckBox
Returns
Type | Description |
---|---|
ASPxClientCheckBox | A ASPxClientCheckBox object. |
Remarks
Use the GetWrapTextCheckBox method to access the “Wrap text around image” 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