<< Return to Main Index

< Return to Class Index

CGXGridCore::StoreReadOnly

virtual BOOL StoreReadOnly(BOOL bReadOnly);?

bReadOnly

Specifies the new read-only state.

Return Value

TRUE if the value could be stored; it is FALSE if the value could not be stored.

Remarks

Overridable method which stores the read-only state to the corresponding attribute of the parameter-object.

You can override this method if you want to maintain the data in your own classes. The library accesses the value through IsReadOnly.

See Also

CGXGridCore::IsReadOnly

CGXGridCore

Class Overview | Class Members