Visual and non-visual controls

UI controls fall in one of two basic categories: visual or non-visual.

Visual controls can be placed and manipulated on the Design Canvas. Non-visual controls appear in a separate area at the bottom of the Design Canvas; you can select them for the purpose of setting their properties, but since they have no visual characteristics, you cannot resize or format them.
Note: In the context of .NET development, non-visual controls are often referred to as components.