C# Class ScrewTurn.Wiki.PageListBuilder

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
btnAddPage global::Anthem.Button
btnRemove global::Anthem.Button
btnSearch global::Anthem.Button
lstAvailablePage global::Anthem.DropDownList
lstPages global::Anthem.ListBox
txtPageName global::Anthem.TextBox

Public Methods

Method Description
ResetControl ( ) : void

Resets the editor.

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnAddPage_Click ( object sender, EventArgs e ) : void
btnRemove_Click ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void
lstPages_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ResetControl() public method

Resets the editor.
public ResetControl ( ) : void
return void

btnAddPage_Click() protected method

protected btnAddPage_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnRemove_Click() protected method

protected btnRemove_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnSearch_Click() protected method

protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

lstPages_SelectedIndexChanged() protected method

protected lstPages_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnAddPage protected_oe property

btnAddPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnAddPage
return global::Anthem.Button

btnRemove protected_oe property

btnRemove control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnRemove
return global::Anthem.Button

btnSearch protected_oe property

btnSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnSearch
return global::Anthem.Button

lstAvailablePage protected_oe property

lstAvailablePage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstAvailablePage
return global::Anthem.DropDownList

lstPages protected_oe property

lstPages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.ListBox lstPages
return global::Anthem.ListBox

txtPageName protected_oe property

txtPageName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtPageName
return global::Anthem.TextBox