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

ASPxClientHtmlEditorInsertImageCommandArguments Members

Contains settings related to the ASPxClientCommandConsts.INSERTIMAGE_COMMAND command parameter.

Constructors

Name Description
constructor(htmlEditor, elementToReplace) Initializes a new instance of the ASPxClientHtmlEditorInsertImageCommandArguments class.

Properties

Name Description
align Determines the position of the target image.
alt Creates an alternate text for the target image.
selectedElement Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments.
src Specifies the source of the target image.
styleSettings Contains the style settings specifying the appearance of the target image.
useFloat Determines if the target image is wrapped with text.
See Also