Break Property
State of Break error.
Access
Write only
Syntax
Visual Basic |
Break As Boolean |
---|---|
Delphi |
Break: Boolean; |
Visual C++ (MFC) |
void put_Break(BOOL value); |
Visual C++ (#import) |
VARIANT_BOOL Break; |
Remarks
It is possible to read the property value but it is always FALSE.
Return Value
Always FALSE.