Default property for a control that has embedded content. For example, a TextBox's content is mapped to the .Text property.
<ww:wwWebTextBox runat="server" id="txtName">Rick</ww:/wwWebTextBox>
Rick is mapped to the Text property which is the DefaultProperty for the TextBox.
Default Value
Initial value: Text
See also:
Class wwWebControl© West Wind Technologies, 1996-2024 • Updated: 10/09/05
Comment or report problem with topic