BCGControlBar Pro for MFC
CBCGPGridRange::CBCGPGridRange ( const CBCGPGridItemID id1,
const CBCGPGridItemID id2 
)
inline

Constructor

Creates the range specified by two grid identifiers. Created range contains both specified grid items and all items between them.

Parameters
id1The first grid item identifier. For example, the grid item in top-left corner of the range.
id2The second grid item identifier. For example, the grid item in bottom-right corner of the range.