Preface

Path: ExDataManagement/GraphicalData/README.md TBD: placeholder only

Graphical Data - Part 1

Graphical Data - Part 2

Research

What is control?

It is a type that encapsulates user interface functionality and is used in client-side applications. This type has associated shape and responsibility to be used on the graphical user interface. A Control is a base class used in .NET applications, and the MSDN documentation explains it in detail. There is a bunch of derived classes that inherit from it, for example, Button.

See also

Last updated