Client-Side Properties
The following conventions are used when accessing the client object properties:
• Server properties on the client are implemented as a pair of Get- and Set- methods.
• Method names must start with "get_" (Get-method) and "set_" (Set-method) followed with the server property name. The first letter of the server property name must be lowercase (camel case).
For task-based help on setting client-side properties, see Setting Animations at Run Time.
For information about client-side properties, see the C1TabStrip reference and the C1MultiPage reference.
|