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

Struct ImRaii.ComboDisposable

A wrapper around creating pre-table style column separation.

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

Implements:
System.IDisposable

Properties

Alive

Gets a value indicating whether the combo box is already ended.

Declaration
public readonly bool Alive { get; }

Fields

Success

Whether creating the combo box succeeded and it is expanded.

Declaration
public readonly bool Success

Methods

Dispose()

End the combo box on leaving scope.

Declaration
public void Dispose()

EndUnsafe()

End a combo box without using an IDisposable.

Declaration
public static void EndUnsafe()

Implements

  • System.IDisposable