Struct ImRaii.ListBoxDisposable
A wrapper around ImGui list boxes.
Assembly: Dalamud.dll
Declaration
public ref struct ImRaii.ListBoxDisposable : IDisposable
Implements:
System.IDisposable
Properties
Alive
Gets a value indicating whether the list box is already ended.
Declaration
public readonly bool Alive { get; }
Fields
Success
Whether creating the list box succeeded and it is expanded.
Declaration
public readonly bool Success
Methods
Dispose()
End the list box on leaving scope.
Declaration
public void Dispose()
EndUnsafe()
End a list box without using an IDisposable.
Declaration
public static void EndUnsafe()
Implements
System.IDisposable