C# Класс Smrf.NodeXL.ExcelTemplate.NotificationDialog

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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