C# Класс Nexus.Client.ModAuthoring.UI.Controls.ReadmeEditor

An editor for Readme files.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
InitializeComponent void
tbxReadme_KeyPress void
tsbPreview_Click void

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

Метод Описание
ReadmeEditor ( ) : System

The default constructor.

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

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

Clean up any resources being used.

ShowHTMLPreview ( ) : void

Shows a preview of the HTML readme.

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

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

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

tbxReadme_KeyPress ( object sender, KeyPressEventArgs e ) : void

Handles the Control.KeyPress event of the plain text readme textbox.

This selects all text when Ctrl-A is pressed.

tsbPreview_Click ( object sender, EventArgs e ) : void

Hanldes the Control.Click event of the PReview menu item.

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

The default constructor.
public ReadmeEditor ( ) : System
Результат System

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

Shows a preview of the HTML readme.
protected ShowHTMLPreview ( ) : void
Результат void