C# 클래스 Smrf.NodeXL.ExcelTemplate.NotificationDialog

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oNotificationDialogUserSettings NotificationDialogUserSettings

공개 메소드들

메소드 설명
AssertValid ( ) : void
NotificationDialog ( ) : System

Initializes a new instance of the class for the Visual Studio designer.

Do not use this constructor. It is for use by the Visual Studio designer only.

NotificationDialog ( String title, Icon systemIcon, String message ) : System

Initializes a new instance of the class with a window title, icon, and notification message.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DoDataExchange() 보호된 메소드

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
리턴 Boolean

NotificationDialog() 공개 메소드

Initializes a new instance of the class for the Visual Studio designer.
Do not use this constructor. It is for use by the Visual Studio designer only.
public NotificationDialog ( ) : System
리턴 System

NotificationDialog() 공개 메소드

Initializes a new instance of the class with a window title, icon, and notification message.
public NotificationDialog ( String title, Icon systemIcon, String message ) : System
title String /// Window title. ///
systemIcon Icon /// Icon to use within the dialog. Should be a member of the SystemIcons /// class. ///
message String /// Notification message. ///
리턴 System

프로퍼티 상세

m_oNotificationDialogUserSettings 보호되어 있는 프로퍼티

protected NotificationDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oNotificationDialogUserSettings
리턴 NotificationDialogUserSettings