Description
C#
public enum RibbonTextBoxImageLocation { Left, InsideLeft, InsideRight }
Visual Basic
Public Enum RibbonTextBoxImageLocation Left InsideLeft InsideRight End Enum
Members
| Members | Description |
|---|---|
| Left | Show the image outside the text box on the left side. |
| InsideLeft | Show the image inside the text box on the left side. |
| InsideRight | Show the image inside the text box on the right side. |