Skip to content

MessageBoxImage

Summary

This Enum contains MessageBox image icons

Signature

1
public enum MessageBoxImage

Namespace

cAlgo.API

See Also

Fields

None

Summary

The default value, MessageBox without any icon

Signature

1
MessageBoxImage.None;

Return Value

MessageBoxImage

Error

Summary

Shows an error icon on MessageBox

Signature

1
MessageBoxImage.Error;

Return Value

MessageBoxImage

Question

Summary

Shows a question icon on MessageBox

Signature

1
MessageBoxImage.Question;

Return Value

MessageBoxImage

Warning

Summary

Shows a warning icon on MessageBox

Signature

1
MessageBoxImage.Warning;

Return Value

MessageBoxImage

Information

Summary

Shows an information icon on MessageBox

Signature

1
MessageBoxImage.Information;

Return Value

MessageBoxImage