Purpose
Determines the thickness of the horizontal lines for a grid style.
Class
Type
Method
Syntax
<oGrid>:GetHeightOfStyle(<iStyle>) Æ iHeight
Arguments
| <iStyle> | The grid style for which the thickness of the horizontal lines should to be determined. The following constants are supported: | 
| Style | Appearance | 
| BGRID_NONE | The grid does not have horizontal and vertical lines. | 
| BGRID_OUTLINE | 
 | 
| BGRID_OUTLINEHORIZONTAL | 
 | 
| BGRID_OUTLINEVERTICAL | 
 | 
| BGRID_CONVEX | 
 | 
| BGRID_CONVEXSMOOTH | 
 | 
| BGRID_AUTO | The appearance of the Grid depends on the context in that the grid is used. | 
| Data Type: | Integer | 
Return Value
| iHeight | The determined thickness of the grid lines. | 
| Data Type: | Integer | 
Description
bGrid:GetHeightOfStyle() determines the thickness of the horizontal lines for a grid style. The method is internally called by the method bGrid:CalculateSize() to calculate the thickness of the grid lines for the current grid.
See Also
Page url: http://www.YOURSERVER.com/index.html?bgrid_getheightofstyle.htm