 | IMaskSetMaskMethodState Method |
Sets the activation state of the specified method.
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.2.6612.0 , built 2022-07-14 10:39:33 UTC
Syntaxvoid SetMaskMethodState(
MaskMethod method,
bool state
)
void SetMaskMethodState(
MaskMethod method,
bool state
)
Parameters
- method
- Type: LynceeTec.InterfacesMaskMethod
The mask method type - state
- Type: SystemBoolean
The activation state
See Also