Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowInputMapEditor Method
The owner.


In This Topic
ShowInputMapEditor Method
In This Topic
Displays the input map editor.
Syntax
'Declaration
 
Public Overridable Function ShowInputMapEditor( _
   ByVal owner As IWin32Window _
) As DialogResult
 
'Usage
 
Dim instance As FpSpread
Dim owner As IWin32Window
Dim value As DialogResult
 
value = instance.ShowInputMapEditor(owner)

Parameters

owner
The owner.

Return Value

One of the System.Windows.Forms.DialogResult values.
See Also