ChessBoard CloseDesignMode Method Delta Engine Documentation
Try to close the design mode. View code on GitHub

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public bool CloseDesignMode(
	ChessBoard PlayerColorE eNextMoveColor,
	ChessBoard BoardStateMaskE eBoardMask,
	int iEnPassant
)

Return Value

Type: Boolean
true if succeed, false if board is invalid
See Also