关键字参考

$tagNMRBAUTOSIZE

Contains information used in handling the $RBN_AUTOSIZE notification messages

Global Const $tagNMRBAUTOSIZE = $tagNMHDR & ";int fChanged;int TargetLeft;int TargetTop;int TargetRight;int TargetBottom;" & _
        "int ActualLeft;int ActualTop;int ActualRight;int ActualBottom"

 

参数

$tagNMHDR Contains information about a notification message
fChanged Member that indicates if the size or layout of the rebar control has changed (nonzero if a change occurred or zero otherwise)
TargetLeft Specifies the x-coordinate of the upper-left corner of the rectangle to which the rebar control tried to size itself
TargetTop Specifies the y-coordinate of the upper-left corner of the rectangle to which the rebar control tried to size itself
TargetRight Specifies the x-coordinate of the lower-right corner of the rectangle to which the rebar control tried to size itself
TargetBottom Specifies the y-coordinate of the lower-right corner of the rectangle to which the rebar control tried to size itself
ActualLeft Specifies the x-coordinate of the upper-left corner of the rectangle to which the rebar control actually sized itself
ActualTop Specifies the y-coordinate of the upper-left corner of the rectangle to which the rebar control actually sized itself
ActualRight Specifies the x-coordinate of the lower-right corner of the rectangle to which the rebar control actually sized itself
ActualBottom Specifies the y-coordinate of the lower-right corner of the rectangle to which the rebar control actually sized itself

 

注意/说明

None.

 

相关