Class EbicsProgressForm

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Win32.dll
public sealed class EbicsProgressForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
EbicsProgressForm
Implements
Inherited Members

Properties

BodyText

public string BodyText { set; }

Property Value

string

Heading

public string Heading { set; }

Property Value

string

Methods

ShowProgressForm(IWin32Window, string, string)

Shows a modeless, indeterminate progress prompt.

public static EbicsProgressForm ShowProgressForm(IWin32Window aOwnerWindow, string sHeading, string sBodyText)

Parameters

aOwnerWindow IWin32Window
sHeading string
sBodyText string

Returns

EbicsProgressForm