C# Class System.Windows.Forms.PopUpWindow

Inheritance: Control
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
OnPaintInternal void
RefreshItems void

Public Methods

Method Description
HideWindow ( ) : void
PopUpWindow ( Control form, Menu menu ) : System.Collections
ShowWindow ( ) : void

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
OnPaintInternal ( PaintEventArgs args ) : void
RefreshItems ( ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

HideWindow() public method

public HideWindow ( ) : void
return void

PopUpWindow() public method

public PopUpWindow ( Control form, Menu menu ) : System.Collections
form Control
menu Menu
return System.Collections

ShowWindow() public method

public ShowWindow ( ) : void
return void