IWisejEditorService
Wisej.Core.IWisejEditorService
Last updated
Was this helpful?
Wisej.Core.IWisejEditorService
Last updated
Was this helpful?
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.1.0.0)
Provides an interface for a to display an editor form or a control in a drop-down area from a property grid control.
Closes any previously opened drop down control area.
Displays the specified control in a modal drop down panel below a value field of the property grid that provides this service and waits for the user to close the drop down.
control
Displays the specified control in an asynchronous modal drop down panel below a value field of the property grid that provides this service.
control
Returns: . A that the user code that await on.
dialog
dialog
The to show in the modal drop down panel.
The to show in the asynchronous modal drop down panel.
Shows the specified and returns its when the user closes it.
The modal to display asynchronously.
Returns: . A indicating the result returned by the dialog .
Shows the specified asynchronously and returns its when the user closes it.
The modal to display asynchronously.
Returns: . A wrapped in a indicating the result returned by the dialog .