要求されたページは選択されたバージョンでは利用できない。
GetHeaderRect
Syntax
long GetHeaderRect(int index, TARect rect)
Description
Retrieve the bounding rectangle of the column header by its index.
Parameters
index
Integer index of column in the object. Note that index numbering begins with 1.
rect
Returned TARect value specifying the bounding rectangle of the column header.
Return Value
Return 0 if the call is successful; otherwise, -1..
Notes
- This method is applicable to ListView controls only.