2.2.6.17.96 GridControl::SetDragImage


Description

Sets whether to show drag image

Syntax

void SetDragImage( bool bAllow )

Parameters

bAllow
[input] true to show

Return

Examples

Example codes can be added to SetCellPicture's examples to run

		m_GridCtrl.SetDragImage(true); //add in OnInitDialog()

Remark

See Also

GridControl::IsAllowDragImage

Header to Included

GridControl.h