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

Edits a MotifUserSettings object.
Pass a MotifUserSettings 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_oMotifUserSettings MotifUserSettings
m_oMotifUserSettingsDialogUserSettings MotifUserSettingsDialogUserSettings

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

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

Initializes a new instance of the class.

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

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

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
EnableControls ( ) : void
ShouldGroupByMotif ( Smrf eMotif ) : System.Boolean

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

Метод Описание
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
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

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

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

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

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

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

protected ShouldGroupByMotif ( Smrf eMotif ) : System.Boolean
eMotif Smrf
Результат System.Boolean

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

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

protected MotifUserSettings,Smrf.NodeXL.ExcelTemplate m_oMotifUserSettings
Результат MotifUserSettings

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

protected MotifUserSettingsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oMotifUserSettingsDialogUserSettings
Результат MotifUserSettingsDialogUserSettings