Umgebende GUI-Elemente der Transferfunktion.


Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)

Syntax

Visual Basic (Declaration)
Friend Class Transfer
    Inherits Panel
C#
internal class Transfer : Panel
C++
ref class Transfer : Panel
J#
internal class Transfer extends Panel
JScript
internal class Transfer extends Panel

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.Panel
                  Flowvis.Transfer

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also