Initializes a new instance of a
ButtonActionElement.
Syntax
'Declaration
Public Function New( _
ByVal As C1FlexViewer, _
ByVal As C1.Win.C1Ribbon.RibbonItem, _
ByVal As FlexViewerAction, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
)
public ButtonActionElement(
C1FlexViewer ,
C1.Win.C1Ribbon.RibbonItem ,
FlexViewerAction ,
System.bool ,
System.bool
)
Parameters
- fv
- C1FlexViewer which owns the element.
- ribbonItem
- A C1.Win.C1Ribbon.RibbonItem 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