Describes minimum required functionality from Shape control.
You can find more information in comments below. Overrided methods can be found in corresponding base interface.
class IShape :public virtual IControl
{
// No additional properties and methods
};
Namespace: | nitisa::standard |
Include: | Standard/Controls/IShape.h |