<< Return to Main Index

< Return to Class Index

CGXGridCore::CanUnfreezeCols

virtual BOOL CanUnfreezeCols( );

Return Value

Returns TRUE if columns are frozen and can be unfrozen.

Remarks

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 ImplementFreezeMenuHelper 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 returns FALSE. No action is performed.

END Control-Factory Specific

CGXGridCore

Class Overview | Class Members