Description
Visual Basic
Public Enum RibbonTextBoxImageLocation Left InsideLeft InsideRight End Enum
C#
public enum RibbonTextBoxImageLocation { Left, InsideLeft, InsideRight }
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. |