Class StudioDefaultRibbonTabs.ViewRibbonTabLocation
The location of the View ribbon tab.
Implements
ILocation
Inherited Members
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