'Declaration
Public Overridable Function InsertTab( _
ByVal As Integer, _
ByVal As String, _
ByVal As Color, _
ByVal As Color, _
ByVal As Font, _
ByVal As GraphicsPath, _
ByVal As Picture _
) As Boolean
public virtual bool InsertTab(
int ,
string ,
Color ,
Color ,
Font ,
GraphicsPath ,
Picture
)
パラメータ
- index
- タブインデックス
- text
- タブのインデックス。
- bColor
- タブの背景色。
- fColor
- タブの前景色。
- tFont
- タブのフォント。
- shape
- タブのグラフィックパス。
- picture
- タブの背景ピクチャ。
戻り値の型
成功した場合はtrue、それ以外の場合はfalse。