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

Показать файл Открыть проект

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

Свойство Тип Описание
m_bExportGraphML Boolean
m_bExportWorkbookAndSettings Boolean
m_bUseFixedAspectRatio Boolean

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

Метод Описание
ExportedFilesControl ( ) : System

Initializes a new instance of the ExportedFilesControl class.

Validate ( ) : Boolean

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

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

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean

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

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

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

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

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

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

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

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

public Validate ( ) : Boolean
Результат Boolean

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

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

protected Boolean m_bExportGraphML
Результат Boolean

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

protected Boolean m_bExportWorkbookAndSettings
Результат Boolean

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

protected Boolean m_bUseFixedAspectRatio
Результат Boolean