バージョン

Add(DateButtonType,String) メソッド

コレクションに新しい DateButton を作成します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal type As DateButtonType, _
   ByVal caption As String _
) As DateButton
public DateButton Add( 
   DateButtonType type,
   string caption
)

パラメータ

type
DateButtonのタイプ
caption
ボタンキャプション

戻り値の型

新しい DateButton オブジェクト。
参照