C# Class Interaction.HotKeyManager.MessageWindow

Inheritance: System.Windows.Forms.Form
Show file Open project: mikhailshilkov/FsPokerLogic

Public Methods

Method Description
MessageWindow ( ) : System

Protected Methods

Method Description
SetVisibleCore ( bool value ) : void
WndProc ( Message &m ) : void

Method Details

MessageWindow() public method

public MessageWindow ( ) : System
return System

SetVisibleCore() protected method

protected SetVisibleCore ( bool value ) : void
value bool
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void