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

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
m_oLayoutUserSettings LayoutUserSettings
m_oLayoutUserSettingsDialogUserSettings LayoutUserSettingsDialogUserSettings

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

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

Initializes a new instance of the class for the Visual Studio designer.

Do not use this constructor. It is for use by the Visual Studio designer only.

LayoutUserSettingsDialog ( LayoutUserSettings layoutUserSettings ) : System

Initializes a new instance of the class with a LayoutUserSettings object.

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

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

Clean up any resources being used.

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

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

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

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

Initializes a new instance of the class for the Visual Studio designer.
Do not use this constructor. It is for use by the Visual Studio designer only.
public LayoutUserSettingsDialog ( ) : System
Результат System

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

Initializes a new instance of the class with a LayoutUserSettings object.
public LayoutUserSettingsDialog ( LayoutUserSettings layoutUserSettings ) : System
layoutUserSettings LayoutUserSettings /// The object being edited. ///
Результат System

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

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

protected LayoutUserSettings,Smrf.NodeXL.ExcelTemplate m_oLayoutUserSettings
Результат LayoutUserSettings

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

protected LayoutUserSettingsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oLayoutUserSettingsDialogUserSettings
Результат LayoutUserSettingsDialogUserSettings