C# Class Smrf.NodeXL.ExcelTemplate.NotificationDialog

Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oNotificationDialogUserSettings NotificationDialogUserSettings

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

Dispose() protected méthode

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

DoDataExchange() protected méthode

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
Résultat Boolean

NotificationDialog() public méthode

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
Résultat System

NotificationDialog() public méthode

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. ///
Résultat System

Property Details

m_oNotificationDialogUserSettings protected_oe property

protected NotificationDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oNotificationDialogUserSettings
Résultat NotificationDialogUserSettings