PrintDocument for WinForms | ComponentOne
C1.Win.RibbonPreview.8 Assembly / C1.Win.RibbonPreview Namespace / LabelPreviewElement Class / LabelPreviewElement Constructor
C1RibbonPreview which owns the element.
A C1.Win.Ribbon.RibbonLabel associated with the element.
The element action.
Indicates if the item should appear only when the Ribbon is minimized.

In This Topic
    LabelPreviewElement Constructor
    In This Topic
    Initializes a new instance of a LabelPreviewElement.
    Syntax
    '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.
    See Also