RibbonContext Class

Represents a context on the Ribbon

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class RibbonContext : Component
Inheritance
Component    RibbonContext

Remarks

Contexts are useful when some tabs are volatile, depending on some selection. A RibbonTabContext can be added to the ribbon by calling Ribbon.Contexts.Add

Constructors

RibbonContext Creates a new RibbonTabContext

Properties

GlowColor Gets or sets the color of the glow that indicates a context
Tabs 
Text Gets or sets the text of the Context

See Also