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

IRichEditControl.ShowBorderShadingForm(SelectedCellsCollection, Object) Method

For internal use. Invokes the Borders and Shading form.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

void ShowBorderShadingForm(
    SelectedCellsCollection selectedCells,
    object owner
)

Parameters

Name Type
selectedCells DevExpress.XtraRichEdit.Tables.Native.SelectedCellsCollection
owner Object

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also