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

ASPxClientHtmlEditor.ReconnectToExternalRibbon Method

Reconnect the control to an external ribbon.

Declaration

ReconnectToExternalRibbon(): void

Remarks

When the ASPxHtmlEditor.ToolbarMode property is set to ExternalRibbon, the editor utilizes an external ASPxRibbon control as a toolbar. The ribbon control can be specified by the ASPxHtmlEditor.AssociatedRibbonID property.

Use the ReconnectToExternalRibbon method to reconnect the ASPxHtmlEditor control to an external ribbon.

See Also