TextImageRelations

Use these constants with Button.TextImageRelation to specify how to display the image in relation to the text.

  • TextImageRelation_ImageAboveText –(Value: 2) Displays the image above the text.
  • TextImageRelation_ImageAfterText –(Value: 4) Displays the image to the right of the text.
  • TextImageRelation_ImageBeforeText –(Value: 3) Displays the image to the left of the text.
  • TextImageRelation_ImageBelowText –(Value: 1) Displays the image below the text.
  • TextImageRelation_Overlay –(Value: 0) Displays the image behind the text.

See Also

Button.TextImageRelation