Initializes a new instance of a
LabelActionElement.
Syntax
'Declaration
Public Function New( _
ByVal As C1FlexViewer, _
ByVal As C1.Win.C1Ribbon.RibbonLabel, _
ByVal As FlexViewerAction, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
)
public LabelActionElement(
C1FlexViewer ,
C1.Win.C1Ribbon.RibbonLabel ,
FlexViewerAction ,
System.bool ,
System.bool
)
Parameters
- fv
- C1FlexViewer which owns the element.
- ribbonLabel
- A C1.Win.C1Ribbon.RibbonLabel associated with the element.
- action
- The element action.
- forMinimizedRibbon
- Indicates if the item should appear only when the Ribbon is minimized.
- visibleDefault
- Indicates if the item should be visible by default.
See Also