[]
        
(Showing Draft Content)

C1.Win.RibbonPreview.TextBoxPreviewElement.-ctor

TextBoxPreviewElement Constructor

TextBoxPreviewElement(C1RibbonPreview, RibbonTextBox, RibbonPreviewAction, bool)

Initializes a new instance of a TextBoxPreviewElement.

Declaration
public TextBoxPreviewElement(C1RibbonPreview rpc, RibbonTextBox ribbonTextBox, RibbonPreviewAction action, bool forMinimizedRibbon = false)
Parameters
Type Name Description
C1RibbonPreview rpc

C1RibbonPreview which owns the element.

RibbonTextBox ribbonTextBox

A C1.Win.Ribbon.RibbonTextBox associated with the element.

RibbonPreviewAction action

The element action.

bool forMinimizedRibbon

Indicates if the item should appear only when the Ribbon is minimized.