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

Edits a AutomatedGraphImageUserSettings object.
Pass an AutomatedGraphImageUserSettings object to the constructor. If the user edits the object, returns DialogResult.OK. Otherwise, the object is not modified and Form.ShowDialog() returns DialogResult.Cancel.
Наследование: ExcelTemplateForm
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
m_oAutomatedGraphImageUserSettings AutomatedGraphImageUserSettings
m_oAutomatedGraphImageUserSettingsDialogUserSettings AutomatedGraphImageUserSettingsDialogUserSettings
m_oHeaderFooterFont System.Drawing.Font

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

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

Initializes a new instance of the class.

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

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

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean

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

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

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

btnHeaderFooterFont_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, System e ) : void

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

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

public AssertValid ( ) : void
Результат void

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

Initializes a new instance of the class.
public AutomatedGraphImageUserSettingsDialog ( AutomatedGraphImageUserSettings automatedGraphImageUserSettingsUserSettings ) : System
automatedGraphImageUserSettingsUserSettings AutomatedGraphImageUserSettings /// The object being edited. ///
Результат System

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

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

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

protected AutomatedGraphImageUserSettings,Smrf.NodeXL.ExcelTemplate m_oAutomatedGraphImageUserSettings
Результат AutomatedGraphImageUserSettings

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

protected AutomatedGraphImageUserSettingsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oAutomatedGraphImageUserSettingsDialogUserSettings
Результат AutomatedGraphImageUserSettingsDialogUserSettings

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

protected Font,System.Drawing m_oHeaderFooterFont
Результат System.Drawing.Font