バージョン

WindowClientAreaUIElement クラス

ユーザー インターフェイスでデスクトップ警告ウィンドウのクライアント領域を表します。
シンタックス
'宣言
 
Public Class WindowClientAreaUIElement 
   Inherits DesktopAlertUIElementBase
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class WindowClientAreaUIElement : DesktopAlertUIElementBase, Infragistics.Win.UIAutomation.IProvideUIAutomation  
解説

WindowClientAreaUIElement は以下の子要素を含みます。

Windows Live Messenger は分割グラデーションを使用して背景を描画します。ここで上半分は VerticalBump グラデーションで、下半分はべた塗り背景になります。このルックを達成するには、2 つの WindowLiveMessengerClientAreaBackgroundUIElement インスタンスをこの要素の ChildElements コレクションに追加します。上半分にひとつの下半分にもうひとつです。WindowLiveMessengerClientAreaBackgroundUIElement だけが WindowsLiveMessenger スタイルのもとで表示し、それは Appearance または AppStyling に相当する以下のプロパティが明示的に設定されていない場合に限ります。

  • Infragistics.Win.AppearanceBase.BackGradientStyle"
  • Infragistics.Win.AppearanceBase.BackHatchStyle"
  • Infragistics.Win.AppearanceBase.ImageBackground"


これらのプロパティが明示的に設定されている場合、WindowLiveMessengerClientAreaBackgroundUIElements は表示されず、背景がこの要素の通常の手順で描画されます。

WindowClientAreaUIElement の視覚的な外観は Appearance で決定されます。

この要素の Infragistics.Win.AppStyling.UIRole の名前は、DesktopAlertCaptionArea です。

参照