バージョン

WindowLiveMessengerClientAreaBackgroundUIElement コンストラクタ

WindowLiveMessengerClientAreaBackgroundUIElement クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parentElement As WindowClientAreaUIElement, _
   ByVal top As Boolean _
)
public WindowLiveMessengerClientAreaBackgroundUIElement( 
   WindowClientAreaUIElement parentElement,
   bool top
)

パラメータ

parentElement
この要素が関連付けられている WindowClientAreaUIElement インスタンス。
top
この要素がクライアント領域の上半分を表すかどうかを指定するブール値。
参照