Search Results for

    Show / Hide Table of Contents

    Class BinaryRibbonThumbnailControl

    A custom control that acts as a thumbnail control as is seen in MS Office Ribbon applications.

    Implements
    IBinaryRibbonKeyTipControl
    Namespace: Binarymission.WPF.Controls.Office
    Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
    Syntax
    public class BinaryRibbonThumbnailControl : ListBoxItem, IBinaryRibbonKeyTipControl

    Constructors

    BinaryRibbonThumbnailControl()

    Declaration
    public BinaryRibbonThumbnailControl()

    Properties

    ImageSource

    Gets or sets the image source.

    Declaration
    public ImageSource ImageSource { get; set; }

    Stretch

    Gets or sets the stretch aspect for this instance.

    Declaration
    public Stretch Stretch { get; set; }

    Methods

    OnMouseEnter(MouseEventArgs)

    Declaration
    protected override void OnMouseEnter(MouseEventArgs e)
    Parameters
    Type Name Description
    MouseEventArgs e

    OnMouseLeave(MouseEventArgs)

    Declaration
    protected override void OnMouseLeave(MouseEventArgs e)
    Parameters
    Type Name Description
    MouseEventArgs e

    OnMouseLeftButtonDown(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    MouseButtonEventArgs e

    OnMouseLeftButtonUp(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    MouseButtonEventArgs e

    Explicit Interface Implementations

    IBinaryRibbonKeyTipControl.PerformKeyTipExecute()

    Performs custom logic for the method PerformKeyTipExecute().

    Declaration
    void IBinaryRibbonKeyTipControl.PerformKeyTipExecute()

    Implements

    IBinaryRibbonKeyTipControl
    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.