SECControlBar::GetBarSizePos

Returns information about the position and optionally the dockbar position and size.

Defined in: sbarcore.cpp

Syntax

GetBarSizePos(int& nRow,int& nCol)

GetBarSizePos(int& nRow,int& nCol,int& nDockbarID)

GetBarSizePos(int& nRow,int& nCol,int& nDockbarID,float& fPctWidth,int& nHeight)

Return Value

BOOL

Parameters

nRow

The address in which to store the docking row integer.

nCol

The address in which to store the docking column integer.

nDockbarID

The address in which to store the ID of the bar.

fPctWidth

The address in which to store the percentage of the total dockbar width that the bar is taking.

nHeight

The address in which to store the height of the bar.