Search Results for

    Show / Hide Table of Contents

    Interface IBinaryRibbonContentElement

    The interface that all controls will implement if they want to be a BinaryRibbon host-able control, and those that are elements themselves.

    Inherited Members
    IBinaryRibbonComponent.BinaryRibbonTag
    Namespace: Binarymission.WPF.Controls.Office
    Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
    Syntax
    public interface IBinaryRibbonContentElement : IBinaryRibbonComponent

    Properties

    Content

    Gets or sets the content.

    Declaration
    object Content { get; set; }

    LargeImage

    Gets or sets the large image.

    Declaration
    ImageSource LargeImage { get; set; }

    SmallImage

    Gets or sets the small image.

    Declaration
    ImageSource SmallImage { get; set; }
    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.