[]
        
(Showing Draft Content)

C1.Win.FlexViewer.LabelActionElement.-ctor

LabelActionElement Constructor

LabelActionElement(C1FlexViewer, RibbonLabel, FlexViewerAction, bool, bool)

Initializes a new instance of a LabelActionElement.

Declaration
public LabelActionElement(C1FlexViewer fv, RibbonLabel ribbonLabel, FlexViewerAction action, bool forMinimizedRibbon = false, bool visibleDefault = true)
Parameters
Type Name Description
C1FlexViewer fv

C1FlexViewer which owns the element.

RibbonLabel ribbonLabel

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

FlexViewerAction action

The element action.

bool forMinimizedRibbon

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

bool visibleDefault

Indicates if the item should be visible by default.