C# Class BF2Statistics.Notify.NotifyOptions

An internal structure used to descibe the details on an Alert message to be displayed in the future
Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Свойство Type Description
Icon ToolTipIcon
Message string
SubText string

Méthodes publiques

Méthode Description
NotifyOptions ( string Message, string SubText, AlertType Type ) : System

Method Details

NotifyOptions() public méthode

public NotifyOptions ( string Message, string SubText, AlertType Type ) : System
Message string
SubText string
Type AlertType
Résultat System

Property Details

Icon public_oe property

public ToolTipIcon Icon
Résultat ToolTipIcon

Message public_oe property

public string Message
Résultat string

SubText public_oe property

public string SubText
Résultat string