CGXStyle::GetControl
WORD GetControl() const;
Return Value
Returns the control id setting. You should call GetRegisteredControl to determine the control associated with this id.
Remarks
This method returns an id for the control. Each control registered in the grid is associated with a unique id. By calling GetRegisteredControl in your grid class, you can determine the control object for the id.
See Also
CGXGridCore::GetRegisteredControl