バージョン

FormStyleSettings.UltraFormCaptionButtonAccessibleObject コンストラクタ

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

パラメータ

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