Search Results for

    Show / Hide Table of Contents

    Class BinaryRibbonControlContextualTabSet

    A custom control class that acts as the contextual tab set.

    Implements
    IBinaryRibbonComponent
    IBinaryRibbonKeyTipControl
    Namespace: Binarymission.WPF.Controls.Office
    Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
    Syntax
    public class BinaryRibbonControlContextualTabSet : Control, IBinaryRibbonComponent, IBinaryRibbonKeyTipControl

    Constructors

    BinaryRibbonControlContextualTabSet()

    Declaration
    public BinaryRibbonControlContextualTabSet()

    Properties

    BackgroundColor

    Gets or sets the color of the background.

    Declaration
    public Color BackgroundColor { get; set; }

    BinaryRibbonTag

    Gets or sets a generic tag.

    Declaration
    public object BinaryRibbonTag { get; set; }

    IsCurrentlySelected

    Gets or sets a value indicating whether this instance is currently selected.

    Declaration
    public bool IsCurrentlySelected { get; }

    RibbonBarPanel

    Gets or sets the BinaryRibbonBarPanel instance associated with this instance of contextual tab set.

    Declaration
    public BinaryRibbonBarPanel RibbonBarPanel { get; }

    TabItems

    Gets the tab items that are associated with this instance of contextual tab set.

    Declaration
    public Collection<BinaryRibbonTabItem> TabItems { get; }

    TitleText

    Gets or sets the title text of this contextual tab set.

    Declaration
    public string TitleText { get; set; }

    Methods

    OnTabItemCollectionChanged(Object, NotifyCollectionChangedEventArgs)

    Declaration
    protected virtual void OnTabItemCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
    Parameters
    Type Name Description
    Object sender
    NotifyCollectionChangedEventArgs e

    Explicit Interface Implementations

    IBinaryRibbonKeyTipControl.PerformKeyTipExecute()

    Performs custom logic for the method PerformKeyTipExecute().

    Declaration
    void IBinaryRibbonKeyTipControl.PerformKeyTipExecute()

    Implements

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