message class

Description

Represents a dialog box for displaying a message.

Notes

It is a class that is statically included in the Cooker.

An instance returned by variable declaration has been initialized.

fitter

SignatureDescription
message()

Returns a new instance of message class.

message(bool)

Returns a new instance of message class.

message(bool,int)

Returns a new instance of message class.

getter

SignatureDescription
Clip

Returns a value that indicates whether to copy the message to the clipboard.

Fitted

Returns the value that indicates whether this instance was initialized.

Icon

Returns the icon.

TypeName

Returns the type name.

setter

SignatureDescription
Clip(bool)

Sets a value that indicates whether to copy the message to the clipboard.

Icon(int)

Sets the icon.

method

SignatureDescription
OK(string)

Displays a message dialog.

OKCancel(string)

Displays a message dialog with the OK and Cancel button.

Show(bool)

Displays a message dialog.

Show(int)

Displays a message dialog.

Show(long)

Displays a message dialog.

Show(list{string})

Displays a message dialog.

Show(real)

Displays a message dialog.

Show(string)

Displays a message dialog.

YesNo(string)

Displays a message dialog with the Yes and No button.

YesNoCancel(string)

Displays a message dialog with the Yes, No, and Cancel button.

Copyright © Cooker All rights reserved.