IContainsSelectableRibbonItems Interface

Exposes GetItems, to indicate that the type contains a collection of RibbonItems

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface IContainsSelectableRibbonItems

Methods

GetContentBounds When implemented, must return the bounds of the content where items are displayed
GetItems When implemented, must return an enumerator to acces the items inside the type

See Also