C# Class BF2Statistics.Notify.NotifyOptions

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

Public Properties

Property Type Description
Icon ToolTipIcon
Message string
SubText string

Public Methods

Method Description
NotifyOptions ( string Message, string SubText, AlertType Type ) : System

Method Details

NotifyOptions() public method

public NotifyOptions ( string Message, string SubText, AlertType Type ) : System
Message string
SubText string
Type AlertType
return System

Property Details

Icon public property

public ToolTipIcon Icon
return ToolTipIcon

Message public property

public string Message
return string

SubText public property

public string SubText
return string