wwWebControl::Attributes
A collection of Attributes that are to be rendered on the control. Any attributed added is rendered into the HTML of the control.
For example, to add a custom client side JavaScript script handler you can use:
csharp
csharp
this.Attributes.Add("OnClick","ClientClick(this.value);")
You can use this for any attribute you might need to add.
Parameters
Initial value: null
See also
Class wwWebControl© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic