| オーバーロード | 解説 |
|---|---|
| BaseObject コンストラクタ() | Creates the new BaseObject object with default settings. |
| BaseObject コンストラクタ(String) | Creates the new BaseObject object with specified text. |
| BaseObject コンストラクタ(String,String) | Creates the new BaseObject object with specified text and menu caption. |
| BaseObject コンストラクタ(Color,String,String) | Creates the new BaseObject object with specified color, text and menu caption. |
| BaseObject コンストラクタ(Color,String,String,C1Brush) | Creates the new BaseObject object with specified parameters. |