MessageBoxCreateParams Class

Definition

Line 16 of System.Screen/MessageBox.cm

Constructors & Destructor

public nothrow MessageBoxCreateParams()

Member Functions

public nothrow MessageBoxCreateParams& Buttons(MessageBoxButtons buttons_)
public nothrow MessageBoxCreateParams& Caption(const String<char>& caption_)
public nothrow MessageBoxCreateParams& Defaults()
public nothrow MessageBoxCreateParams& Text(const String<char>& text_)

Member Variables

public MessageBoxButtons buttons
public String<char> caption
public ControlCreateParams controlCreateParams
public String<char> text

Constructor& Destructor Details

MessageBoxCreateParams Constructor

public nothrow MessageBoxCreateParams()

Definition
Line 18 of System.Screen/MessageBox.cm


Member Function Details

Buttons Member Function

public nothrow MessageBoxCreateParams& Buttons(MessageBoxButtons buttons_)

Definition
Line 36 of System.Screen/MessageBox.cm


Caption Member Function

public nothrow MessageBoxCreateParams& Caption(const String<char>& caption_)

Definition
Line 26 of System.Screen/MessageBox.cm


Defaults Member Function

public nothrow MessageBoxCreateParams& Defaults()

Definition
Line 22 of System.Screen/MessageBox.cm


Text Member Function

public nothrow MessageBoxCreateParams& Text(const String<char>& text_)

Definition
Line 31 of System.Screen/MessageBox.cm