C# Класс AjaxControlToolkit.HtmlEditor.EditPanel

Наследование: ScriptControlBase, IPostBackEventHandler
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
EventContentChanged object

Private Properties

Свойство Тип Описание
IE bool
ShouldSerializeClientDesignPanelCssPath bool
ShouldSerializeClientDocumentCssPath bool
ShouldSerializeClientModePanelIds bool
ShouldSerializeImagePath_1X1 bool
ShouldSerializeImagePath_Anchor bool
ShouldSerializeImagePath_Flash bool
ShouldSerializeImagePath_Media bool
ShouldSerializeImagePath_Placeholder bool
ShouldSerializeToolbarIds bool
getClientCSSPath string

Открытые методы

Метод Описание
RaisePostBackEvent ( string eventArgument ) : void
SetDesigner ( ControlDesigner designer ) : void

Защищенные методы

Метод Описание
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
EditPanel ( ) : System
LoadPostData ( string postDataKey, System postCollection ) : bool
LocalResolveUrl ( string path ) : string
OnBubbleEvent ( object source, EventArgs args ) : bool
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnRaiseContentChanged ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
RefreshDesigner ( ) : void

Приватные методы

Метод Описание
IE ( Page page ) : bool
ShouldSerializeClientDesignPanelCssPath ( ) : bool
ShouldSerializeClientDocumentCssPath ( ) : bool
ShouldSerializeClientModePanelIds ( ) : bool
ShouldSerializeImagePath_1X1 ( ) : bool
ShouldSerializeImagePath_Anchor ( ) : bool
ShouldSerializeImagePath_Flash ( ) : bool
ShouldSerializeImagePath_Media ( ) : bool
ShouldSerializeImagePath_Placeholder ( ) : bool
ShouldSerializeToolbarIds ( ) : bool
getClientCSSPath ( string pathN, string name ) : string

Описание методов

DescribeComponent() защищенный Метод

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
Результат void

EditPanel() защищенный Метод

protected EditPanel ( ) : System
Результат System

LoadPostData() защищенный Метод

protected LoadPostData ( string postDataKey, System postCollection ) : bool
postDataKey string
postCollection System
Результат bool

LocalResolveUrl() защищенный Метод

protected LocalResolveUrl ( string path ) : string
path string
Результат string

OnBubbleEvent() защищенный Метод

protected OnBubbleEvent ( object source, EventArgs args ) : bool
source object
args EventArgs
Результат bool

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

OnPreRender() защищенный Метод

protected OnPreRender ( EventArgs e ) : void
e EventArgs
Результат void

OnRaiseContentChanged() защищенный Метод

protected OnRaiseContentChanged ( EventArgs e ) : void
e EventArgs
Результат void

RaisePostBackEvent() публичный Метод

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Результат void

RaisePostDataChangedEvent() защищенный Метод

protected RaisePostDataChangedEvent ( ) : void
Результат void

RefreshDesigner() защищенный Метод

protected RefreshDesigner ( ) : void
Результат void

SetDesigner() публичный Метод

public SetDesigner ( ControlDesigner designer ) : void
designer ControlDesigner
Результат void

Описание свойств

EventContentChanged публичное статическое свойство

public static object EventContentChanged
Результат object