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

Represents a dialog box for opening a UCINET file.
Call Form.ShowDialog() to allow the user to open a UCINET file from a location of his choice. If Form.ShowDialog() returns DialogResult.OK, the resulting graph can be retrieved from the property.
Наследование: ExcelTemplateForm
Показать файл Открыть проект

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

Свойство Тип Описание
m_oGraph IGraph
m_oOpenFileDialog System.Windows.Forms.OpenFileDialog
m_oOpenUcinetFileDialogUserSettings OpenUcinetFileDialogUserSettings

Открытые методы

Метод Описание
AssertValid ( ) : void
OpenUcinetFileDialog ( ) : System

Initializes a new instance of the OpenUcinetFileDialog class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
OpenUcinetFile ( ) : void

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

btnBrowse_Click ( object sender, System e ) : void
btnOK_Click ( object sender, System e ) : void

Описание методов

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 ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Результат System.Boolean

OpenUcinetFile() защищенный Метод

protected OpenUcinetFile ( ) : void
Результат void

OpenUcinetFileDialog() публичный Метод

Initializes a new instance of the OpenUcinetFileDialog class.
public OpenUcinetFileDialog ( ) : System
Результат System

Описание свойств

m_oGraph защищенное свойство

protected IGraph m_oGraph
Результат IGraph

m_oOpenFileDialog защищенное свойство

protected OpenFileDialog,System.Windows.Forms m_oOpenFileDialog
Результат System.Windows.Forms.OpenFileDialog

m_oOpenUcinetFileDialogUserSettings защищенное свойство

protected OpenUcinetFileDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oOpenUcinetFileDialogUserSettings
Результат OpenUcinetFileDialogUserSettings