C# Class ExternalDragToDocking.Form1

Inheritance: KryptonForm
Show file Open project: ComponentFactory/Krypton

Public Methods

Method Description
Form1 ( ) : System
NewDocument ( ) : KryptonPage
NewInput ( ) : KryptonPage
NewPage ( string name, int image, Control content ) : KryptonPage
NewPropertyGrid ( ) : KryptonPage
NewTreeView ( ) : KryptonPage

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

NewDocument() public method

public NewDocument ( ) : KryptonPage
return ComponentFactory.Krypton.Navigator.KryptonPage

NewInput() public method

public NewInput ( ) : KryptonPage
return ComponentFactory.Krypton.Navigator.KryptonPage

NewPage() public method

public NewPage ( string name, int image, Control content ) : KryptonPage
name string
image int
content System.Windows.Forms.Control
return ComponentFactory.Krypton.Navigator.KryptonPage

NewPropertyGrid() public method

public NewPropertyGrid ( ) : KryptonPage
return ComponentFactory.Krypton.Navigator.KryptonPage

NewTreeView() public method

public NewTreeView ( ) : KryptonPage
return ComponentFactory.Krypton.Navigator.KryptonPage