Share

RibbonTextBox Class

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

C#

public class RibbonTextBox : RibbonItem, IResizableWidget, IRibbonTextProperties;

Visual Basic

Public Class RibbonTextBox
Inherits RibbonItem
Inherits IResizableWidget
Inherits IRibbonTextProperties

Links

RibbonTextBox Fields, RibbonTextBox Methods, RibbonTextBox Properties

Was this information helpful?