| public nothrow | MessageBox(MessageBoxCreateParams& createParams) |
| public override nothrow Button* | DefaultButton() const |
| private void | Measure(bool setLoc) |
| private float | MeasureChildWidth(int& width, List<Control*>& children) |
| public override void | OnWriteScreen(WriteScreenEventArgs& args) |
| private void | SetChildLocations(float sw, int height, List<Control*>& children) |
| private void | WriteCaption(const String<uchar>& captionStr) |
| private void | WriteChildren(WriteScreenEventArgs& args) |
| private void | WriteText() |
| private MessageBoxButtons | buttons |
| private String<char> | caption |
| private String<char> | text |
| private List<String<uchar>> | textLines |