Class ImGuiWindowBase
Inheritance
ImGuiWindowBase
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public abstract class ImGuiWindowBase : ImGuiObjectBase
Constructors
ImGuiWindowBase()
Declaration
protected ImGuiWindowBase()
Fields
AddOnOpen
Declaration
Field Value
DialogResult
Declaration
Field Value
IsOpen
Declaration
Field Value
RemoveOnClose
Declaration
public bool RemoveOnClose
Field Value
Properties
Title
Declaration
public string Title { get; set; }
Property Value
Methods
Close()
Declaration
Declaration
public static bool DrawButtons(out bool result, bool acceptDisabled = false, string cancelButtonText = "Cancel", string acceptButtonText = "Accept")
Parameters
| Type |
Name |
Description |
| bool |
result |
|
| bool |
acceptDisabled |
|
| string |
cancelButtonText |
|
| string |
acceptButtonText |
|
Returns
OnClosed()
Declaration
protected virtual void OnClosed()
OnOpened()
Declaration
protected virtual void OnOpened()
Open()
Declaration
Events
Closed
Declaration
public event EventHandler Closed
Event Type
Extension Methods