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