C# Class System.Windows.Forms.PopUpWindow

Inheritance: Control
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
OnPaintInternal void
RefreshItems void

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateHandle ( ) : void

Private Methods

Méthode Description
OnPaintInternal ( PaintEventArgs args ) : void
RefreshItems ( ) : void

Method Details

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

HideWindow() public méthode

public HideWindow ( ) : void
Résultat void

PopUpWindow() public méthode

public PopUpWindow ( Control form, Menu menu ) : System.Collections
form Control
menu Menu
Résultat System.Collections

ShowWindow() public méthode

public ShowWindow ( ) : void
Résultat void