2.2.6.17.49 GridControl::GetVsFlexAlignment
Contents
Description
Gets the vertical alignment setting from PictureAlignmentSettings.
Syntax
int GetVsFlexAlignment( int nDisplayJustification )
Parameters
- nDisplayJustification
- [input] one of DISPLAY_LEFT, DISPLAY_CENTER, DISPLAY_RIGHT
Return
returns one of flexPicAlignLeftCenter, flexPicAlignCenterCenter, flexPicAlignRightCenter
Examples
Example codes can be pasted to doExample() function in GridControl's examples to run
out_int("",m_GridCtrl.GetVsFlexAlignment(DISPLAY_LEFT));
Remark
See Also
Header to Included
GridControl.h