Intersoft ClientUI Documentation
TextImageRelation Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace : TextImageRelation Enumeration






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

Syntax

Visual Basic (Declaration) 
Public Enum TextImageRelation 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As TextImageRelation
C# 
public enum TextImageRelation : System.Enum 
Delphi 
public enum TextImageRelation = class(System.Enum)
JScript 
public enum TextImageRelation extends System.Enum
Managed Extensions for C++ 
__value public enum TextImageRelation : public System.Enum 
C++/CLI 
public enum class TextImageRelation : public System.Enum 

Members

MemberDescription
ImageAboveTextSpecifies that the image is displayed vertically above the text of a control.
ImageBeforeTextSpecifies that the image is displayed horizontally before the text of a control.
TextAboveImageSpecifies that the text is displayed vertically above the image of a control.
TextBeforeImageSpecifies that the text is displayed horizontally before the image of a control.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Controls.TextImageRelation

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.