C# Class PresentationControls.PopupComboBox

Afficher le fichier Open project: lallousx86/WEPExplorer

Protected Properties

Свойство Type Description
dropDown Popup

Private Properties

Свойство Type Description
InitializeComponent void
WndProc void

Méthodes publiques

Méthode Description
HideDropDown ( ) : void

Hides the drop down.

PopupComboBox ( ) : System

Initializes a new instance of the PopupControl.PopupComboBox class.

ShowDropDown ( ) : void

Shows the drop down.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

WndProc ( Message &m ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

HideDropDown() public méthode

Hides the drop down.
public HideDropDown ( ) : void
Résultat void

PopupComboBox() public méthode

Initializes a new instance of the PopupControl.PopupComboBox class.
public PopupComboBox ( ) : System
Résultat System

ShowDropDown() public méthode

Shows the drop down.
public ShowDropDown ( ) : void
Résultat void

Property Details

dropDown protected_oe property

The pop-up wrapper for the dropDownControl. Made PROTECTED instead of PRIVATE so descendent classes can set its Resizable property. Note however the pop-up properties must be set after the dropDownControl is assigned, since this popup wrapper is recreated when the dropDownControl is assigned.
protected Popup,PresentationControls dropDown
Résultat Popup