All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
RegisterTab(Pointer<Integer> hWndTab,
Pointer<Integer> hWndMDI) |
void |
SetOverlayIcon(Pointer<Integer> hWnd,
Pointer<?> hIcon,
Pointer<Character> pszDescription) |
int |
SetProgressState(Pointer<Integer> hWnd,
ValuedEnum<ITaskbarList3.TbpFlag> Flags) |
int |
SetProgressValue(Pointer<Integer> hWnd,
long Completed,
long Total) |
void |
SetTabActive(Pointer<Integer> hWndTab,
Pointer<Integer> hWndMDI,
int dwReserved) |
void |
SetTabOrder(Pointer<Integer> hWndTab,
Pointer<Integer> hwndInsertBefore) |
void |
SetThumbnailClip(Pointer<Integer> hWnd,
Pointer<ITaskbarList3.RECT> prcClip) |
void |
SetThumbnailTooltip(Pointer<Integer> hWnd,
Pointer<Character> pszTip) |
void |
ThumbBarAddButtons(Pointer<Integer> hWnd,
int cButtons,
Pointer<ITaskbarList3.THUMBBUTTON> pButtons) |
void |
ThumbBarSetImageList(Pointer<Integer> hWnd,
Pointer<Integer> himl) |
void |
ThumbBarUpdateButtons(Pointer<Integer> hWnd,
int cButtons,
Pointer<ITaskbarList3.THUMBBUTTON> pButtons) |
void |
UnregisterTab(Pointer<Integer> hWndTab) |