disabled property
disabled property
The control is unavailable in this context. See the disabled attribute definition in HTML 4.01.
Definition:
@property
def disabled(self):
    ...
@disabled.setter
def disabled(self, value):
    ...
See Also
- module aspose.html
- class HTMLOptGroupElement