Click or drag to resize

WaitForm Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              DWSIM.SharedClassesWaitForm

Namespace: DWSIM.SharedClasses
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax
public class WaitForm : Form
Request Example View Source

The WaitForm type exposes the following members.

Constructors
 NameDescription
Public methodWaitForm 
Top
Properties
 NameDescription
Public propertybtnCancel 
Public propertylblMessage 
Top
Methods
 NameDescription
Protected methodDispose
(Overrides FormDispose(Boolean))
Private methodInitializeComponent 
Top
Fields
 NameDescription
Private fieldcomponents 
Top
Extension Methods
 NameDescription
Public Extension MethodChangeDefaultFont
(Defined by FormExtensions)
Public Extension MethodGetAllChildren
(Defined by FormExtensions)
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Public Extension MethodUIThread
(Defined by General)
Public Extension MethodUIThreadInvoke
(Defined by General)
Top
See Also