Manipulation, Darstellung und Export der Transferfunktion.


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

Syntax

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

Inheritance Hierarchy

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

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