バージョン

Pinned プロパティ (UltraDesktopAlertShowWindowInfo)

デスクトップ警告ウィンドウがピン固定されるかどうかを指定します。つまり、関連する UltraDesktopAlert コンポーネントの AutoClose プロパティの値を観察しません。
シンタックス
'宣言
 
Public Property Pinned As Boolean
public bool Pinned {get; set;}
解説

このプロパティを True に設定すると、関連するデスクトップ警告ウィンドウは自動的に閉じません。つまり、AutoClose プロパティの値は適用不可になります。

Pinned プロパティは、UltraDesktopAlertWindowInfo クラスの UltraDesktopAlertWindowInfo.Pinned プロパティの初期値、PinButtonVisible プロパティを True に設定した時に表示される PinButtonUIElement をクリックしてエンドユーザーが変更できる値を設定するために使用できます。

参照