Struct SDL.SDL_MessageBoxData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public struct SDL_MessageBoxData
Fields
|
Improve this Doc
View Source
Declaration
public SDL.SDL_MessageBoxButtonData[] buttons
Field Value
|
Improve this Doc
View Source
colorScheme
Declaration
public SDL.SDL_MessageBoxColorScheme? colorScheme
Field Value
|
Improve this Doc
View Source
flags
Declaration
public SDL.SDL_MessageBoxFlags flags
Field Value
|
Improve this Doc
View Source
message
Declaration
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
title
Declaration
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
window
Declaration
Field Value
| Type |
Description |
| System.IntPtr |
|