Class EbicsProgressForm
Inheritance
EbicsProgressForm
Implements
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Win32.dll
Syntax
public sealed class EbicsProgressForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Properties
BodyText
Declaration
public string BodyText { set; }
Property Value
Type | Description |
---|---|
string |
Heading
Declaration
public string Heading { set; }
Property Value
Type | Description |
---|---|
string |
Methods
ShowProgressForm(IWin32Window, string, string)
Shows a modeless, indeterminate progress prompt.
Declaration
public static EbicsProgressForm ShowProgressForm(IWin32Window aOwnerWindow, string sHeading, string sBodyText)
Parameters
Type | Name | Description |
---|---|---|
IWin32Window | aOwnerWindow | |
string | sHeading | |
string | sBodyText |
Returns
Type | Description |
---|---|
EbicsProgressForm |