Search Results for

    Show / Hide Table of Contents

    Class StudioDefaultRibbonTabs.ViewRibbonTabLocation

    The location of the View ribbon tab.

    Inheritance
    object
    StudioDefaultRibbonTabs.ViewRibbonTabLocation
    Implements
    ILocation
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Sdl.Desktop.IntegrationApi.DefaultLocations
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public sealed class StudioDefaultRibbonTabs.ViewRibbonTabLocation : ILocation

    Constructors

    ViewRibbonTabLocation()

    Declaration
    public ViewRibbonTabLocation()

    Properties

    IsSeparator

    Marks the location as a separator - not used

    Declaration
    public bool IsSeparator { get; set; }
    Property Value
    Type Description
    bool

    ZIndex

    Order of the ribbon tab - not used

    Declaration
    public uint ZIndex { get; set; }
    Property Value
    Type Description
    uint

    Implements

    Sdl.Platform.Interfaces.CommandBars.ILocation

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ViewRibbonTabLocation()
    • Properties
      • IsSeparator
      • ZIndex
    • Implements
    • Extension Methods
    Back to top Generated by DocFX