バージョン

Ribbon.RibbonCaptionButtonAccessibleObject コンストラクタ

リボン キャプション ボタンの新しいアクセス可能なオブジェクトを作成します(つまり、縮小、最大、閉じる)。
シンタックス
'宣言
 
Public Function New( _
   ByVal ribbon As Ribbon, _
   ByVal buttonType As Integer _
)
public Ribbon.RibbonCaptionButtonAccessibleObject( 
   Ribbon ribbon,
   int buttonType
)

パラメータ

ribbon
キャプション ボタンに関連付けられた Ribbon
buttonType
キャプション ボタンのタイプ(SC_MINIMIZE, SC_MAXIMIZE, ...)。
参照