WinControlContainerEditor Smart Tag
In Visual Studio 2005/2008 (.NET Framework 2.0/3.5), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and easy access to the most common properties and settings of the control/component.
The WinControlContainerEditor™ Smart Tag contains the name of the component, as well as the following items:
-
Appearance - Provides common tasks involving the appearance, look, and feel of the control.
-
Behavior - Provides easy access to properties that govern how the control behaves on the form.
See below for a description of the above mentioned items, as well as the item’s corresponding property in the properties grid.
| Appearance |
Description |
Corresponding Property |
Apply Owner Appearance To Editing Control
|
If the check-box is checked, the Owner or Parent control’s Appearance settings are set to the Editing control.
|
|
Apply Owner Appearance To Rendering Control
|
If the check-box is checked, the Owner or Parent control’s Appearance settings are set to the Rendering control.
|
|
| Behavior |
Description |
Corresponding Property |
Editing Control Property Name
|
Name of a property exposed by the Editing control that provides value to the owner control.
|
|
Rendering Control Property Name
|
Name of a property exposed by the Rendering control that provides value to the owner control.
|
|
|
The name of the control that will be used for Editing.
|
|
|
The name of the control that will be used for Rendering.
|
|