Click or drag to resize

OnEnabledShowDoubleColumnDialog Fields

Fields
  NameDescription
Private field_mainImage
Image to display on the dialog in the first (or only) column. Set either _mainSprite or _mainImage. Only one will be used.
Private field_mainImageText
Main text for image in the first column. This is for either _mainSprite or _mainImage. It can also be used as a heading for the text in the first column,
Private field_mainSprite
Image to display on the dialog in the first (or only) column. Set either _mainSprite or _mainImage. Only one will be used.
Private field_mainText
Text to display in the first (or only) column.
Private field_secondaryImage
Image to display on the dialog in the second column. Set either _secondarySprite or _secondaryImage. Only one will be used.
Private field_secondaryImageText
Main text for image in the second column. This is for either _secondarySprite or _secondaryImage. It can also be used as a heading for the text in the second column,
Private field_secondarySprite
Image to display on the dialog in the second column. Set either _secondarySprite or _secondaryImage. Only one will be used.
Private field_secondaryText
Text to display in the second column
Private field_title
Dialog title text
Top
See Also