Interface IControlComponent<C>

Type Parameters:
C - is the type of the control a IControlComponent can belong to.
All Known Subinterfaces:
IControlParent
All Known Implementing Classes:
ControlParent

public interface IControlComponent<C>
A IControlComponent can belong to a control.
Author:
Silvan Wyss
  • Method Details