GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTextBox Class / TextImageRelation Property


In This Topic
TextImageRelation Property (RibbonTextBox)
In This Topic
Gets or sets a value indicating whether the text should appear below the image.
Syntax
'Declaration
 
Public Property TextImageRelation As TextImageRelation
 
'Usage
 
Dim instance As RibbonTextBox
Dim value As TextImageRelation
 
instance.TextImageRelation = value
 
value = instance.TextImageRelation
See Also