C# Class ComponentFactory.Krypton.Docking.KryptonFloatspace

Inheritance: KryptonSpace
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
KryptonFloatspace ( ) : System

Initialize a new instance of the KryptonFloatspace class.

ToString ( ) : string

Gets a string representation of the class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

KryptonFloatspace() public method

Initialize a new instance of the KryptonFloatspace class.
public KryptonFloatspace ( ) : System
return System

ToString() public method

Gets a string representation of the class.
public ToString ( ) : string
return string