バージョン

GripIndicatorUIElement コンストラクタ

GripIndicatorUIElement クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parentElement As GripAreaUIElement, _
   ByVal image As Image _
)
public GripIndicatorUIElement( 
   GripAreaUIElement parentElement,
   Image image
)

パラメータ

parentElement
この要素を含む GripAreaUIElement インスタンス。
image
この要素によって表示される System.Drawing.Image
参照