Click or drag to resize

IForm Interface

Form interface

Namespace:  EBP.Api.Interfaces.Form
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IForm : IDisposable, IEquatable<IProxy>

The IForm type exposes the following members.

Properties
  NameDescription
Public propertyForm
Gets the form
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShow
Show the form
Public methodShowDialog
Show the form as modal
Top
See Also