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

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

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

Свойство Тип Описание
m_oAxisFont System.Drawing.Font
m_oGeneralUserSettings GeneralUserSettings
m_oGeneralUserSettingsDialogUserSettings GeneralUserSettingsDialogUserSettings
m_oLabelUserSettings LabelUserSettings
m_oOpenFileDialog System.Windows.Forms.OpenFileDialog
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

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

Метод Описание
AssertValid ( ) : void
GeneralUserSettingsDialog ( GeneralUserSettings generalUserSettings, Microsoft workbook ) : System

Initializes a new instance of the class.

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

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

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
DoDataExchangeEdgeCurvature ( System.Boolean bFromControls ) : System.Boolean
DoDataExchangeVertexEffect ( System.Boolean bFromControls ) : System.Boolean
EnableControls ( ) : void

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

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

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

OnEventThatRequiresControlEnabling ( object sender, EventArgs e ) : void
btnAxisFont_Click ( object sender, EventArgs e ) : void
btnBrowseBackgroundImageUri_Click ( object sender, EventArgs e ) : void
btnCustomizeVertexMenu_Click ( object sender, EventArgs e ) : void
btnLabels_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, System e ) : void
btnResetAll_Click ( object sender, EventArgs 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

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

protected DoDataExchangeEdgeCurvature ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Результат System.Boolean

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

protected DoDataExchangeVertexEffect ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Результат System.Boolean

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

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

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

Initializes a new instance of the class.
public GeneralUserSettingsDialog ( GeneralUserSettings generalUserSettings, Microsoft workbook ) : System
generalUserSettings GeneralUserSettings /// The object being edited. ///
workbook Microsoft /// Workbook containing the graph data. ///
Результат System

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

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

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

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

protected GeneralUserSettings,Smrf.NodeXL.ExcelTemplate m_oGeneralUserSettings
Результат GeneralUserSettings

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

protected GeneralUserSettingsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oGeneralUserSettingsDialogUserSettings
Результат GeneralUserSettingsDialogUserSettings

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

protected LabelUserSettings,Smrf.NodeXL.ExcelTemplate m_oLabelUserSettings
Результат LabelUserSettings

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

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

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

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
Результат Microsoft.Office.Interop.Excel.Workbook