Public Member Functions | |
OnClick ([in] IDispatch *Sender) | |
This event occurs when the user clicks the header item. | |
OnResize ([in] IDispatch *Sender) | |
This event occurs when the user resizes the header item. | |
OnBeginTrack ([in] IDispatch *Sender,[in] LONG Button,[in] IDispatch *ResultPtr) | |
This event occurs when the user starts resizing the header item. | |
OnTrack ([in] IDispatch *Sender,[in] LONG Width,[in] LONG Button,[in] IDispatch *ResultPtr) | |
This event occurs when the user resizing the header item. | |
OnDividerDblClick ([in] IDispatch *Sender,[in] IDispatch *ResultPtr) | |
This event occurs when the user double clicked by the divider of the header items. | |
OnBeginDrag ([in] IDispatch *Sender,[in] LONG Button,[in] IDispatch *ResultPtr) | |
This event occurs when the user tries to move the column using Drag&Drop. | |
OnEndDrag ([in] IDispatch *Sender,[in] LONG Button,[in] IDispatch *ResultPtr) | |
This event occurs when the user moves the column using Drag&Drop. |
OnBeginDrag | ( | [in] IDispatch * | Sender, | |
[in] LONG | Button, | |||
[in] IDispatch * | ResultPtr | |||
) |
This event occurs when the user tries to move the column using Drag&Drop.
Sender | The object that raised the event. | |
Button | The mouse button. |
ResultPtr | This can be set to "TRUE" or "FALSE". If "FALSE" the header item can't be moved. |
OnBeginTrack | ( | [in] IDispatch * | Sender, | |
[in] LONG | Button, | |||
[in] IDispatch * | ResultPtr | |||
) |
This event occurs when the user starts resizing the header item.
Sender | The object that raised the event. | |
Button | The mouse button. |
ResultPtr | This can be set to "TRUE" or "FALSE". If "FALSE" then the header item can't be resized. |
OnClick | ( | [in] IDispatch * | Sender | ) |
This event occurs when the user clicks the header item.
Sender | The object that raised the event. |
OnDividerDblClick | ( | [in] IDispatch * | Sender, | |
[in] IDispatch * | ResultPtr | |||
) |
This event occurs when the user double clicked by the divider of the header items.
Sender | The object that raised the event. |
ResultPtr | This can be set to "TRUE" or "FALSE". If "FALSE" the header item can't be resized. |
OnEndDrag | ( | [in] IDispatch * | Sender, | |
[in] LONG | Button, | |||
[in] IDispatch * | ResultPtr | |||
) |
This event occurs when the user moves the column using Drag&Drop.
Sender | The object that raised the event. | |
Button | The mouse button. |
ResultPtr | This can be set to "TRUE" or "FALSE". If "FALSE" the header item can't be moved. |
OnResize | ( | [in] IDispatch * | Sender | ) |
This event occurs when the user resizes the header item.
Sender | The object that raised the event. |
OnTrack | ( | [in] IDispatch * | Sender, | |
[in] LONG | Width, | |||
[in] LONG | Button, | |||
[in] IDispatch * | ResultPtr | |||
) |
This event occurs when the user resizing the header item.
Sender | The object that raised the event. | |
Width | The current width of the header item. | |
Button | The mouse button. |
ResultPtr | This can be set to "TRUE" or "FALSE". If "TRUE" then the default behavoir will be disabled. |