MobileForms Toolkit Documentation

MessageBoxTextImageRelation Enumeration

Specifies the position of the text and image relative to each other on a MenuItem.

public enum MessageBoxTextImageRelation

Members

Member Name Description
Overlay Specifies that the image and text share the same space on a MenuItem.
ImageBeforeText Specifies that the image is displayed horizontally before the text of a MenuItem.
TextBeforeImage Specifies that the text is displayed horizontally before the image of a MenuItem.

Requirements

Namespace: Resco.Controls.MessageBox

Assembly: Resco.MessageBox.CF3 (in Resco.MessageBox.CF3.dll)

See Also

Resco.Controls.MessageBox Namespace