control_flag property

control_flag property

Gets or sets the control flag.

Definition:

@property
def control_flag(self):
    ...
@control_flag.setter
def control_flag(self, value):
    ...

See Also