C# Class Smrf.NodeXL.GraphDataProviders.Facebook.SearchResultsComboBox

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
SearchResultsComboBox ( string sPageGroupID, string sImageURL, string sTitle, string sDescription, string sMembers, GraphDataProviderDialogBase oFBGroupDialog ) : System
SearchResultsComboBox ( string sPageGroupID, string sImageURL, string sTitle, string sDescription, string sLikes, string sTalking, GraphDataProviderDialogBase oFBFanPageDialog ) : System

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.

SearchResultsComboBox_MouseEnter ( object sender, EventArgs e ) : void
SearchResultsComboBox_MouseLeave ( object sender, EventArgs e ) : void
pbProfilePicture_Click ( object sender, EventArgs e ) : 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

SearchResultsComboBox() public méthode

public SearchResultsComboBox ( string sPageGroupID, string sImageURL, string sTitle, string sDescription, string sMembers, GraphDataProviderDialogBase oFBGroupDialog ) : System
sPageGroupID string
sImageURL string
sTitle string
sDescription string
sMembers string
oFBGroupDialog GraphDataProviderDialogBase
Résultat System

SearchResultsComboBox() public méthode

public SearchResultsComboBox ( string sPageGroupID, string sImageURL, string sTitle, string sDescription, string sLikes, string sTalking, GraphDataProviderDialogBase oFBFanPageDialog ) : System
sPageGroupID string
sImageURL string
sTitle string
sDescription string
sLikes string
sTalking string
oFBFanPageDialog GraphDataProviderDialogBase
Résultat System