Click or drag to resize

MCGUIEnabledScope Class

Dosposable helper class for managing GUI.enabled scope.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.UserInterfaceMCGUIEnabledScope

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public sealed class EnabledScope : IDisposable

The MCGUIEnabledScope type exposes the following members.

Constructors
  NameDescription
Public methodMCGUIEnabledScope
Initializes a new instance of the MCGUIEnabledScope class.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Top
See Also