List of all members.
Additional Inherited Members |
|
HWND | hWnd |
|
tstring | title |
|
int | left |
|
int | top |
|
int | width |
|
int | height |
Constructor & Destructor Documentation
Member Function Documentation
| void TwrTab::add |
( |
TCHAR * |
title | ) |
|
タブコントロールを追加します。
- Parameters:
-
| HWND TwrTab::create |
( |
void |
| ) |
|
タブコントロールを作成します。
- Returns:
- 作成したタブコントロールのウインドウハンドル
| HWND TwrTab::create |
( |
HWND |
parent | ) |
|
タブコントロールを作成します。
- Parameters:
-
- Returns:
- 作成したタブコントロールのウインドウハンドル
| int TwrTab::getSelectedIndex |
( |
void |
| ) |
|
選択されたタブの位置を返します。
- Returns:
- > -1:選択されたタブの位置 -1:選択されていない
| void TwrTab::select |
( |
int |
index | ) |
|
The documentation for this class was generated from the following files:
- WindowSample/TWR/TwrTab.h
- WindowSample/TWR/TwrTab.cpp