| IDAPython 9.0
    | 
 
  
| Public Member Functions | |
| __init__ (self, value, tp=None) | |
|  Public Member Functions inherited from Form.LabelControl | |
| get_tag (self) | |
|  Public Member Functions inherited from Form.Control | |
| get_arg (self) | |
| free (self) | |
| is_input_field (self) | |
|  Public Member Functions inherited from Form.NumericArgument | |
| Additional Inherited Members | |
|  Public Attributes inherited from Form.LabelControl | |
| tp = tp | |
| id | |
|  Public Attributes inherited from Form.Control | |
| int | id = 0 | 
| input_field_index = None | |
| arg = None | |
| form = None | |
| bool | form_hasattr = False | 
|  Public Attributes inherited from Form.NumericArgument | |
| arg = ctypes.pointer(cls(value)) | |
|  Static Public Attributes inherited from Form.NumericArgument | |
| bool | DefI64 = False | 
|  Properties inherited from Form.NumericArgument | |
| value = property(lambda self: self.arg.contents.value, __set_value) | |
Numeric label control
| __init__ | ( | self, | |
| value, | |||
| tp = None ) | 
Reimplemented from Form.LabelControl.