Control Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represent a control in the form.
[System.Runtime.Serialization.DataContract]
public class Control
type Control = class
Public Class Control
- Inheritance
-
Control
- Attributes
Constructors
| Control() |
Properties
| Contribution |
Contribution for the control. |
| ControlType |
Type of the control. |
| FromInheritedLayout |
A value indicating whether this layout node has been inherited. from a parent layout. This is expected to only be only set by the combiner. |
| Height |
Height of the control, for html controls. |
| Id |
The id for the layout node. |
| IsContribution |
A value indicating if the layout node is contribution or not. |
| Label |
Label for the field. |
| Metadata |
Inner text of the control. |
| Name |
Name for the control. |
| Order |
Order in which the control should appear in its group. |
| Overridden |
A value indicating whether this layout node has been overridden . by a child layout. |
| ReadOnly |
A value indicating if the control is readonly. |
| Visible |
A value indicating if the control should be hidden or not. |
| Watermark |
Watermark text for the textbox. |