バージョン

DesktopAlertLinkType 列挙体

デスクトップ警告ウィンドウで表示されるリンクの異なるタイプを指定します: Caption、Text、または Footer。
シンタックス
'宣言
 
Public Enum DesktopAlertLinkType 
   Inherits System.Enum
public enum DesktopAlertLinkType : System.Enum 
メンバ
メンバ解説
Captionリンクは UltraDesktopAlertWindowInfo.Caption プロパティの値をリセットします。
Footerリンクは UltraDesktopAlertWindowInfo.FooterText プロパティの値をリセットします。
None不定の値を指定します。
Textリンクは UltraDesktopAlertWindowInfo.Text プロパティの値をリセットします。
参照