Version

DisplayAsDialog Method

Displays the FormulaEditorDialog as a dialog window.
Syntax
'Declaration
 
Public Sub DisplayAsDialog( _
   ByVal container As FrameworkElement, _
   ByVal dialogSize As Size, _
   ByVal showModally As Boolean, _
   ByVal closingCallback As Func(Of Boolean), _
   ByVal closedCallback As Action(Of Nullable(Of Boolean)) _
) 

Parameters

container
The element or window that contains the dialog.
dialogSize
The size of the displayed dialog.
showModally
True to show the dialog modally, otherwise False.
closingCallback
The callback to call when the dialog is closing.
closedCallback
The callback to call when the dialog is closed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also