'Declaration Public Function New( _ ByVal rpc As C1RibbonPreview, _ ByVal ribbonLabel As C1.Win.Ribbon.RibbonLabel, _ ByVal action As RibbonPreviewAction, _ Optional ByVal forMinimizedRibbon As Boolean _ )
public LabelPreviewElement( C1RibbonPreview rpc, C1.Win.Ribbon.RibbonLabel ribbonLabel, RibbonPreviewAction action, bool forMinimizedRibbon )
Parameters
- rpc
- C1RibbonPreview which owns the element.
- ribbonLabel
- A C1.Win.Ribbon.RibbonLabel associated with the element.
- action
- The element action.
- forMinimizedRibbon
- Indicates if the item should appear only when the Ribbon is minimized.