C# Class FC3Editor.UI.ContextHelpDock

Inheritance: UserDockableWindow
Mostrar archivo Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
ContextHelpDock ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ContextHelpDock_SizeChanged ( object sender, EventArgs e ) : void
CreateImage ( int x, int y, int lineHeight, string image ) : Size
CreateText ( int x, int y, int lineHeight, string text ) : Size
InitializeComponent ( ) : void
UpdateContextHelp ( ) : void
UpdateLayout ( ) : void
UpdateTextSize ( ) : void
_ContextHelpChanged ( object sender, EventArgs e ) : void
contextHelpText_SizeChanged ( object sender, EventArgs e ) : void

Method Details

ContextHelpDock() public method

public ContextHelpDock ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void