Description
This class is used to create text box in ribbon.
RibbonTextBox supports editing values of any data type. If any data type other than string is required you need to derive from this class and implement the virtual methods for converting the value from and to string.
Class Hierarchy
Autodesk.Windows.RibbonItem Autodesk.Windows.RibbonTextBox
Visual Basic
Public Class RibbonTextBox Inherits RibbonItem Inherits IResizableWidget Inherits IRibbonTextProperties
C#
public class RibbonTextBox : RibbonItem, IResizableWidget, IRibbonTextProperties;
Links
RibbonTextBox Fields, RibbonTextBox Methods, RibbonTextBox Properties