Back to Devexpress

RichEditControl.FloatingInlineObjectLayoutOptionsFormShowing Event

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-2bfa5173.md

latest2.7 KB
Original Source

RichEditControl.FloatingInlineObjectLayoutOptionsFormShowing Event

Raised before the Inline and Floating Object Layout Dialog is shown.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public event FloatingInlineObjectLayoutOptionsFormShowingEventHandler FloatingInlineObjectLayoutOptionsFormShowing
vb
Public Event FloatingInlineObjectLayoutOptionsFormShowing As FloatingInlineObjectLayoutOptionsFormShowingEventHandler

Event Data

The FloatingInlineObjectLayoutOptionsFormShowing event's data class is FloatingInlineObjectLayoutOptionsFormShowingEventArgs. The following properties provide information specific to this event:

PropertyDescription
ControllerParametersContains data for the form controller.
DialogResultGets or sets the return value of a dialog box. Inherited from ShowFormEventArgs.
HandledGets or sets whether an event was handled. If it was handled, the default actions are not required. Inherited from ShowFormEventArgs.
ParentGets or sets a parent of the form being shown. Inherited from ShowFormEventArgs.

Remarks

You can invoke a custom dialog instead of the default by subscribing to the FloatingInlineObjectLayoutOptionsFormShowing event, setting the e.Handled property to true in the event handler, and subsequently, calling a method that displays a custom dialog.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace