CGXGridCore::PrepareClearSelection

virtual void PrepareClearSelection(BOOL bCreateHint = FALSE);?

bCreateHint

Specifies if a hint should be created.

Remarks

Overridable method which resets all inversions before the rangelist is emptied.

The method creates the following hint:

   CGXGridHint hint(gxHintPrepareClearSelection, m_nViewID);

You can override this method if you need to change the hint.

Control-Factory Specific ->

This method has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the ImplementUserSelectRange method from within the control factory class' InitializeGridComponents method will make the concrete implementation of this method available to your application.

If no concrete implementation is available this method performs no action. A warning will be displayed in the debug window.

END Control-Factory Specific

See Also

 CGXRangeList  CGXGridCore::SetSelection

CGXGridCore

 Class Overview |  Class Members