バージョン

ScreenPosition 列挙体

デスクトップ警告ウィンドウの画面のどのコーナーが表示されるかを指定します。
シンタックス
'宣言
 
Public Enum ScreenPosition 
   Inherits System.Enum
public enum ScreenPosition : System.Enum 
メンバ
メンバ解説
BottomLeft画面の左下角。
BottomRight画面の右下角。
Center画面の中心。
Defaultデフォルト位置。
Manual画面の位置は、UltraDesktopAlertShowWindowInfo.ScreenLocation プロパティの値によって明示的に指定されます。
TopLeft画面の左上角。
TopRight画面の右上角。
参照