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

Edits a LabelUserSettings object.
Pass a LabelUserSettings 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_oFont System.Drawing.Font
m_oLabelUserSettings LabelUserSettings
m_oLabelUserSettingsDialogUserSettings LabelUserSettingsDialogUserSettings

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

Метод Описание
AssertValid ( ) : void
LabelUserSettingsDialog ( LabelUserSettings labelUserSettings ) : 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

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

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

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

btnFont_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, System e ) : void
chkVertexLabelWrapText_CheckedChanged ( 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

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

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

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

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

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

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

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

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

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

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

protected LabelUserSettingsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oLabelUserSettingsDialogUserSettings
Результат LabelUserSettingsDialogUserSettings