IContainsSelectableRibbonItems Interface
Exposes GetItems, to indicate that the type contains a collection of RibbonItems
Namespace: PCB_Investigator.PCBIControls.RibbonAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public interface IContainsSelectableRibbonItems
Public Interface IContainsSelectableRibbonItems
public interface class IContainsSelectableRibbonItems
type IContainsSelectableRibbonItems = interface end
| 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
|