バージョン

InkEditorPopupButtonUIElement コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal parentElement As UIElement, _
   ByVal image As Image, _
   ByVal buttonType As UIElementButtonType _
)
public InkEditorPopupButtonUIElement( 
   UIElement parentElement,
   Image image,
   UIElementButtonType buttonType
)

パラメータ

parentElement
このオブジェクトの親要素。
image
ボタンに表示される System.Drawing.Image
buttonType
ボタンの UIElementButtonType
参照