BlockCommandHandlerClosesBlock Method |
Determines if this command can close a block.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual bool ClosesBlock(
Block block
)
Public Overridable Function ClosesBlock (
block As Block
) As Boolean
public:
virtual bool ClosesBlock(
Block^ block
)
Parameters
- block
- Type: MFiles.VAF.PlaceholdersBlock
The currently open block.
Return Value
Type:
BooleanAlways returns false.
See Also