C# Класс ExternalDragToDocking.Form1

Наследование: KryptonForm
Показать файл Открыть проект

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

Метод Описание
Form1 ( ) : System
NewDocument ( ) : KryptonPage
NewInput ( ) : KryptonPage
NewPage ( string name, int image, Control content ) : KryptonPage
NewPropertyGrid ( ) : KryptonPage
NewTreeView ( ) : KryptonPage

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

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

Clean up any resources being used.

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

Метод Описание
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

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

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

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

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

public Form1 ( ) : System
Результат System

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

public NewDocument ( ) : KryptonPage
Результат ComponentFactory.Krypton.Navigator.KryptonPage

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

public NewInput ( ) : KryptonPage
Результат ComponentFactory.Krypton.Navigator.KryptonPage

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

public NewPage ( string name, int image, Control content ) : KryptonPage
name string
image int
content System.Windows.Forms.Control
Результат ComponentFactory.Krypton.Navigator.KryptonPage

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

public NewPropertyGrid ( ) : KryptonPage
Результат ComponentFactory.Krypton.Navigator.KryptonPage

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

public NewTreeView ( ) : KryptonPage
Результат ComponentFactory.Krypton.Navigator.KryptonPage