Specifies the position of an image relative to the item's text.
[Visual Basic]
Public Enum ItemImagePositionEnum
[C#]
public enum ItemImagePositionEnum
[Delphi]
type ItemImagePositionEnum = (Bottom, Far, ImageOnly, Near, NotSet, TextOnly, Top);
Namespace: C1.Web.Command
Assembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Members
Member name |
Description |
Bottom |
Image placed under the item text. |
Far |
Image placed far to the item text. |
ImageOnly |
Item's image is shown, but its text is not shown. |
Near |
Image placed near to the item text. |
NotSet |
Image postion is not set. |
TextOnly |
Item's text is shown, but its image is not shown. |
Top |
Image placed above the item text. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |