C# Class AjaxControlToolkit.ModalPopupExtender

Inheritance: DynamicPopulateExtenderControlBase
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description
ChangeVisibility void

Public Methods

Method Description
Hide ( ) : void
Show ( ) : void

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Private Methods

Method Description
ChangeVisibility ( bool show ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Show() public method

public Show ( ) : void
return void