Skip to main content
Version: 14.x (API 14) [Legacy]

Struct ImRaii.MenuBarDisposable

A wrapper around ImGui menu bars.

Assembly: Dalamud.dll
Declaration
public ref struct ImRaii.MenuBarDisposable : IDisposable

Implements:
System.IDisposable

Properties

Alive

Gets a value indicating whether the menu bar is already ended.

Declaration
public readonly bool Alive { get; }

Fields

Success

Whether creating the menu bar succeeded.

Declaration
public readonly bool Success

Methods

Dispose()

End the menu bar on leaving scope.

Declaration
public void Dispose()

EndUnsafe()

End a menu bar without using an IDisposable.

Declaration
public static void EndUnsafe()

Implements

  • System.IDisposable