ComboBoxDisabled Property |
Gets or sets if this control is disabled
Namespace: Cadcorp.Web.UIAssembly: Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 8.0.0.0 (8.0.0.0)
Syntaxpublic bool Disabled { get; set; }
<asp:ComboBox Disabled="True|False" />
Property Value
Type:
Boolean
See Also