![]() ![]() |
|
Open Client Developer's Guide | |
Search | Index | Glossary | | |
![]() |
|
![]() |
![]() |
![]() |
Control FactoryThe Control Factory controls are used to provide display, editing, and validation functionalities for low-level user interface components. These controls are composite user controls that encapsulate and combine the functionality of simpler user interface components, such as property values. In addition to the basic UI behavior, Control Factory controls also provide the following settings, which can be applied to the encapsulated user inteface components:
Control Factory controls are loaded using the LoadControl() procedure, and then added to the desired page or control. For example, use the following code to load a float user control:
This code configures the float user control to accept only floating point number input:
Valid input values would include numbers such as 1.2, +1.23, and -1.23E+01. The following table lists the available Control Factory controls.
|
![]() |
|