Simple comment controls enable users to input text of any class, without being restricted by the existing comment control.
The <SimpleComment> field supports the following configuration XML tags. For more information on each of the individual tags, see Appendix: Supported XML Tags.
- <Caption>
- <Row>
- <BindingProperty>
- <IsReadOnly>
Example Use
Copy
<SimpleComment>
<Caption>lblComment</Caption>
<BindingProperty>data_class</BindingProperty>
<IsReadOnly>False</IsReadOnly>
</SimpleComment>