バージョン

Add(DateButtonType) メソッド

コレクション内で指定された Type の新しい DateButton を作成します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal type As DateButtonType _
) As DateButton
public DateButton Add( 
   DateButtonType type
)

パラメータ

type
DateButtonのタイプ

戻り値の型

新しい DateButton オブジェクト。
解説

Caption が指定されていない場合、Type に基づいてデフォルトのキャプションが割り当てられます。

参照