バージョン

GripIndicatorUIElement クラス

ユーザー インターフェイスでデスクトップ警告ウィンドウのグリップ領域を表します。UltraDesktopAlert.Style プロパティが 'Office2007' に設定されている場合に限って使用されます。
シンタックス
'宣言
 
Public Class GripIndicatorUIElement 
   Inherits DesktopAlertImageUIElementBase
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class GripIndicatorUIElement : DesktopAlertImageUIElementBase, Infragistics.Win.UIAutomation.IProvideUIAutomation  
解説

GripIndicatorUIElement には子要素が含まれません。これは Infragistics.Win.ImageUIElement から派生し、デスクトップ警告ウィンドウがエンドユーザーによって移動できることを示す画像を表示します。GripIndicatorUIElement の視覚的外観は UltraDesktopAlert.GripAreaAppearance プロパティで制御され、GripAreaAppearance の Image プロパティが明示的に設定されると、その画像がデフォルトの画像の場所に表示されます。ElementSize プロパティで定義された固定サイズで画像は常に表示されます。GripAreaAppearance の ForeColor プロパティは、Image プロパティが明示的に設定されていない場合に基本色として使用されます。UltraDesktopAlert.AllowMove プロパティが True に解決されると GripIndicatorUIElement だけが表示され、UltraDesktopAlert.Style プロパティが 'Office2007' に設定される場合も表示されます。

参照