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

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: 2014-sed-team3/term-project

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

SearchResultsComboBox() public method

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
return System

SearchResultsComboBox() public method

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
return System