Setzt die GUI auf den Zustand zurück, den sie beim Starten des Programms hat.


Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Private Sub SetStandardGui( _ 
   ByVal enable As Boolean _ 
)
C#
private void SetStandardGui(
   bool enable
)
C++
private:
 void SetStandardGui(
   bool enable
) sealed 
J#
private void SetStandardGui(
   bool enable
)
JScript
private  function SetStandardGui(
   enable : bool
)

Parameters

enable
Ob Zustand aktiviert werden soll, oder nicht.

See Also