RibbonEditBox Class (2007 System)

Represents an edit box on a Ribbon.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(RibbonEditBox), "RibbonEditBox.bmp")> _
Public NotInheritable Class RibbonEditBox _
    Inherits RibbonControl
'Usage
Dim instance As RibbonEditBox
[ToolboxBitmapAttribute(typeof(RibbonEditBox), "RibbonEditBox.bmp")]
public sealed class RibbonEditBox : RibbonControl
[ToolboxBitmapAttribute(typeof(RibbonEditBox), L"RibbonEditBox.bmp")]
public ref class RibbonEditBox sealed : public RibbonControl
public final class RibbonEditBox extends RibbonControl

Remarks

The RibbonEditBox control displays a labeled box in which users can enter and edit text.

Visual Studio Tools for Office creates an instance of the RibbonEditBox class when you drag an EditBox control from the Office Ribbon Controls tab of the Toolbox onto the Ribbon Designer.

Some properties of this control can be set only before the Ribbon is loaded into the Office application. For information about setting these properties, see Ribbon Object Model Overview.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.Office.Tools.Ribbon.RibbonComponent
        Microsoft.Office.Tools.Ribbon.RibbonControl
          Microsoft.Office.Tools.Ribbon.RibbonEditBox

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RibbonEditBox Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Overview

Ribbon Designer

Ribbon Object Model Overview

How to: Get Started Customizing the Ribbon