C# 클래스 BF2Statistics.Notify.NotifyOptions

An internal structure used to descibe the details on an Alert message to be displayed in the future
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

프로퍼티 타입 설명
Icon ToolTipIcon
Message string
SubText string

공개 메소드들

메소드 설명
NotifyOptions ( string Message, string SubText, AlertType Type ) : System

메소드 상세

NotifyOptions() 공개 메소드

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

프로퍼티 상세

Icon 공개적으로 프로퍼티

public ToolTipIcon Icon
리턴 ToolTipIcon

Message 공개적으로 프로퍼티

public string Message
리턴 string

SubText 공개적으로 프로퍼티

public string SubText
리턴 string