バージョン

WebHtmlEditor クラス メンバ

WebHtmlEditorデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタWebHtmlEditor コンストラクタWebHtmlEditorコントロールの新しいインスタンスを初期化します。  
トップ
パブリック フィールド
パブリック プロパティ
 名前解説
Public プロパティAccessKeyGets or sets the access key that allows you to quickly navigate to the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティAppRelativeTemplateSourceDirectoryGets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control. System.Web.UI.Controlから継承されます。
Public プロパティAttributesGets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティBackColorGets or sets the background color of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティBackgroundImageNameWebHtmlEditorの背景として表示するために背景画像の名前を取得または設定します。  
Public プロパティBorderColorGets or sets the border color of the Web control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティBorderStyleGets or sets the border style of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティBorderWidthGets or sets the border width of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティBottomMarginエディターの下端とTabStripの間隔(ピクセルで)を取得または設定します。  
Public プロパティBrowserTargetオーバーライドされます。   
Public プロパティButtonModeツールバーボタンの現在のモードを指定するButtonMode値を取得または設定します。  
Public プロパティButtonStyleツールバーのBaseToolbarButtonから派生する全てのクラスに適用されるスタイルを表すButtonStyleオブジェクトを取得します。  
Public プロパティClientIDGets the control ID for HTML markup that is generated by ASP.NET. System.Web.UI.Controlから継承されます。
Public プロパティClientIDModeGets or sets the algorithm that is used to generate the value of the System.Web.UI.Control.ClientID property. System.Web.UI.Controlから継承されます。
Public プロパティClientSideEventsClientSideEvents オブジェクトは、サーバーにポストバックせずに処理できる各種イベントに応答してクライアント サイドで呼び出される、JavaScript 関数の名前を保持します。  
Public プロパティColorPaletteSizeHTMLを編集する場合にユーザーが選択できるカラーパレットを表すColorPaletteSize値を取得または設定します。  
Public プロパティControlsオーバーライドされます。 ユーザーインターフェイス階層の指定されたサーバーコントロールの子コントロールを表す ControlCollection オブジェクトを取得します。  
Public プロパティControlStyleGets the style of the Web server control. This property is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティControlStyleCreatedGets a value indicating whether a System.Web.UI.WebControls.Style object has been created for the System.Web.UI.WebControls.WebControl.ControlStyle property. This property is primarily used by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティCssClassコントロールの主な HTML 要素に使用される CSS クラス。  
Public プロパティDialogStyleWebHtmlEditorで使用されるすべてのHtmlBoxDialogコントロールに適用されるスタイルを表すDialogStyleオブジェクトを取得または設定します。  
Public プロパティDownlevelLabelWebHtmlEditor.DownlevelMode = DownlevelMode.Labelの場合、ユーザーに描画されるラベルを表します。  
Public プロパティDownlevelModeユーザーが使用するブラウザがWebHtmlEditorと互換性がない場合、LabelまたはTextAreaが表示されるかどうかをコントロールします。  
Public プロパティDownlevelTextAreaWebHtmlEditor.DownlevelMode = DownlevelMode.TextAreaの場合、ユーザーに描画されるtextareaコントロールを表します。  
Public プロパティDropDownStyleWebHtmlEditorで使用されるすべてのToolbarDropDownコントロールに適用されるスタイルを表すStyleオブジェクトを取得します。  
Public プロパティEnabledGets or sets a value indicating whether the Web server control is enabled. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティEnableSharePointCompatibilitySharePoint Server 2010 に使用される CSS セレクターを無効にする特定な CSS クラスを描画するオプションを取得または設定します。  
Public プロパティEnableSpellCheckスペルチェックを有効にする。iframe または div に html スペルチェック属性を設定し、ブラウザーの文書校正に依存します。  
Public プロパティEnableThemingGets or sets a value indicating whether themes apply to this control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティEnableViewStateGets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. System.Web.UI.Controlから継承されます。
Public プロパティExpandEffectsドロップダウンリストとダイアログが開かれた時の動作  
Public プロパティFocusページが読み込みされるときにマウスフォーカスをWebHtmlEditorが受け取るかどうかを制御します。  
Public プロパティFontGets the font properties associated with the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティFontFormattingList適用可能なToolbarDropDownコントロールにフォントフォーマット値を提供する高度な「ヘルパー」コレクション。  
Public プロパティFontNameList適用可能なToolbarDropDownコントロールにフォント名値を提供する高度な「ヘルパー」コレクション。  
Public プロパティFontSizeList適用可能なToolbarDropDownコントロールにフォントサイズ値を提供する高度な「ヘルパー」コレクション。  
Public プロパティFontStyleList適用可能なToolbarDropDownコントロールにフォントスタイル値を提供する高度な「ヘルパー」コレクション。  
Public プロパティForeColorGets or sets the foreground color (typically the color of the text) of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティHasAttributesGets a value indicating whether the control has attributes set. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティHeightGets or sets the height of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティIDGets or sets the programmatic identifier assigned to the server control. System.Web.UI.Controlから継承されます。
Public プロパティImageDirectoryオーバーライドされます。 WebHtmlEditorで使用されるすべての画像を含むディレクトリの仮想、相対、または絶対パス名を取得または設定します。  
Public プロパティIsPostbackFromUpload現在のページのリクエストがHtmlBoxUploadコントロールからのpostbackであった場合、指定する値を取得します。  
Public プロパティJavaScriptDirectoryクライアントスクリプトのJSファイルをディレクトリから指定します。  
Public プロパティLocalizationFileローカライズ文字列を定義するXMLファイルのファイルパスを取得または設定します。  
Public プロパティLocalizationTypeどの言語文字列が表示されるかを決定する値を取得または設定します。  
Public プロパティMenuStyleWebHtmlEditorで使用されるすべてのHtmlBoxMenuコントロールに適用されるスタイルを表すMenuStyleオブジェクトを取得します。  
Public プロパティNamingContainerGets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same System.Web.UI.Control.ID property value. System.Web.UI.Controlから継承されます。
Public プロパティPageGets a reference to the System.Web.UI.Page instance that contains the server control. System.Web.UI.Controlから継承されます。
Public プロパティParentGets a reference to the server control's parent control in the page control hierarchy. System.Web.UI.Controlから継承されます。
Public プロパティPreviewFileNameファイル名はプレビューHTMLによって使用されています。  
Public プロパティProgressBarWebHtmlEditor プリロードで使用されるプログレス バーを表す HtmlBoxProgressBar が有効な場合、それを取得します。  
Public プロパティReadOnlyWebHtmlEditorがアクティブHTMLエディターか、または読み取り専用のドキュメントビュアーかを示す値を取得または設定します。  
Public プロパティRenderingCompatibilityGets a value that specifies the ASP.NET version that rendered HTML will be compatible with. System.Web.UI.Controlから継承されます。
Public プロパティRightClickBehaviorマウスで右クリックした時にWebHtmlEditorがどのように動作するかを示す値を取得または設定します。  
Public プロパティRightClickMenuマウスでWebHtmlEditorを右クリックするときに表示される右クリックメニューを表すHtmlBoxMenuコントロールを取得します。  
Public プロパティSection508Compliant全てのaltやタイトル属性を満たすオプション  
Public プロパティSecureConnectionWebHtmlEditorがセキュアな接続で要求されるかどうかを示す値を取得または設定します。  
Public プロパティSiteGets information about the container that hosts the current control when rendered on a design surface. System.Web.UI.Controlから継承されます。
Public プロパティSkinIDGets or sets the skin to apply to the control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティSpecialCharacterList特別な文字値をToolbarDialogButtonコントロールに適用させる機能を提供するハイレベルなヘルパーコレクション。  
Public プロパティStartupModeWebHtmlEditorの設定モードを示すStartupMode値を取得または設定します。  
Public プロパティStyleGets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティSupportsDisabledAttributeGets a value that indicates whether the control should set the disabled attribute of the rendered HTML element to "disabled" when the control's System.Web.UI.WebControls.WebControl.IsEnabled property is false. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティTabIndexGets or sets the tab index of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティTabStripWebHtmlEditorで使用されるタブストリップを表すHtmlBoxTabStripオブジェクトを取得します。  
Public プロパティTabStripDisplayタブストリップの表示/非表示。  
Public プロパティTemplateControlGets or sets a reference to the template that contains this control. System.Web.UI.Controlから継承されます。
Public プロパティTemplateSourceDirectoryGets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control. System.Web.UI.Controlから継承されます。
Public プロパティTextエディターに表示されるテキストを取得または設定します。  
Public プロパティTextPlain任意のHTMLタグを除去したWebHtmlEditor.Textプロパティの値を取得します。  
Public プロパティTextWindowWebHtmlEditorの実際の編集ウィンドウを表すHtmlBoxTextWindowコントロールを取得します。  
Public プロパティTextXhtmlXHTMLに変換されたWebHtmlEditor.Textプロパティの値を取得します。  
Public プロパティToolbarツールバーを表すHtmlBoxToolbarコントロールを取得します。  
Public プロパティToolTipGets or sets the text displayed when the mouse pointer hovers over the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティTopMarginエディターの上端とツールバーの間隔(ピクセルで)を取得または設定します。  
Public プロパティUniqueIDGets the unique, hierarchically qualified identifier for the server control. System.Web.UI.Controlから継承されます。
Public プロパティUploadedFilesDirectoryすべてのファイルがアップロードされるディレクトリの仮想、相対、または絶対パス名を取得または設定します。  
Public プロパティUseDefaultStyles自動的にボタンの欠けているスタイル関連のプロパティおよびツールバーの背景イメージを埋めます。  
Public プロパティValidateRequestModeGets or sets a value that indicates whether the control checks client input from the browser for potentially dangerous values. System.Web.UI.Controlから継承されます。
Public プロパティViewStateModeGets or sets the view-state mode of this control. System.Web.UI.Controlから継承されます。
Public プロパティVisibleGets or sets a value that indicates whether a server control is rendered as UI on the page. System.Web.UI.Controlから継承されます。
Public プロパティWidthGets or sets the width of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティAdapterGets the browser-specific adapter for the control. System.Web.UI.Controlから継承されます。
Protected プロパティChildControlsCreatedGets a value that indicates whether the server control's child controls have been created. System.Web.UI.Controlから継承されます。
Protected プロパティClientIDSeparatorGets a character value representing the separator character used in the System.Web.UI.Control.ClientID property. System.Web.UI.Controlから継承されます。
Protected プロパティEventsGets a list of event handler delegates for the control. This property is read-only. System.Web.UI.Controlから継承されます。
Protected プロパティHasChildViewStateGets a value indicating whether the current server control's child controls have any saved view-state settings. System.Web.UI.Controlから継承されます。
Protected プロパティIdSeparatorGets the character used to separate control identifiers. System.Web.UI.Controlから継承されます。
Protected プロパティIsTrackingViewStateGets a value that indicates whether the server control is saving changes to its view state. System.Web.UI.Controlから継承されます。
Protected プロパティLoadViewStateByIDGets a value indicating whether the control participates in loading its view state by System.Web.UI.Control.ID instead of index. System.Web.UI.Controlから継承されます。
Protected プロパティPresetMaskResourcePath Infragistics.WebUI.WebControls.WebControlBaseから継承されます。
Protected プロパティTagKeyオーバーライドされます。   
Protected プロパティTagNameGets the name of the control tag. This property is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Protected プロパティViewStateGets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. System.Web.UI.Controlから継承されます。
Protected プロパティViewStateIgnoresCaseGets a value that indicates whether the System.Web.UI.StateBag object is case-insensitive. System.Web.UI.Controlから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddToolbarItem項目の作成および初期化、ツールバーに項目を追加を速やかに行うためのハイレベルの「shortcut」メソッドします。  
Public メソッドApplyStyleCopies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public メソッドApplyStyleSheetSkinApplies the style properties defined in the page style sheet to the control. System.Web.UI.Controlから継承されます。
Public メソッドClearWebHtmlEditorをクリアします。  
Public メソッドClearStylesWebHtmlEditorをクリアします。  
Public メソッドClone現在のオブジェクトのディープコピーを返します。  
Public メソッドCopyBaseAttributesCopies the properties not encapsulated by the System.Web.UI.WebControls.WebControl.Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public メソッドDataBindオーバーロードされます。 Binds a data source to the invoked server control and all its child controls. System.Web.UI.Controlから継承されます。
Public メソッドDisposeオーバーライドされます。 コントロールを破棄します。  
Public メソッドFindByKeyOrActionKey、Typeまたはアクションで項目を検索します。  
Public メソッドFindControlオーバーロードされます。 Searches the current naming container for a server control with the specified id parameter. System.Web.UI.Controlから継承されます。
Public メソッドFocusページが読み込みされるときにマウスフォーカスをWebHtmlEditorが受け取るかどうかを制御します。 System.Web.UI.Controlから継承されます。
Public メソッドGetRouteUrlオーバーロードされます。 Gets the URL that corresponds to a set of route parameters. System.Web.UI.Controlから継承されます。
Public メソッドGetUniqueIDRelativeToReturns the prefixed portion of the System.Web.UI.Control.UniqueID property of the specified control. System.Web.UI.Controlから継承されます。
Public メソッドHasControlsDetermines if the server control contains any child controls. System.Web.UI.Controlから継承されます。
Public メソッドLoadPresetオーバーロードされます。 事前に定義されたプリセット ファイルの情報に基づいて、外観または動作またはその両方に影響を及ぼすコントロールにプロパティを設定します。 Infragistics.WebUI.WebControls.WebControlBaseから継承されます。
Public メソッドLoadSkin定義済みのスキンXMLファイルを読み込みします。  
Public メソッドMergeStyleCopies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public メソッドRenderBeginTagRenders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。
Public メソッドRenderControlオーバーロードされます。 Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled. System.Web.UI.Controlから継承されます。
Public メソッドRenderEndTagオーバーライドされます。 指定されたライターにコントロールの HTML の開始タグを描画します。このメソッドは、主にコントロール開発者が使用します。  
Public メソッドResetオーバーライドされます。 WebHtmlEditorコントロールを初期状態に返します。  
Public メソッドResetButtonStyleButtonStyleをクリアします。  
Public メソッドResetClientSideEventsClientSideEventsをクリアします。  
Public メソッドResetDialogStyleダイアログスタイルのクリア  
Public メソッドResetDropDownStyleDropDownStyleをクリアします。  
Public メソッドResetExpandEffectsClientSideEventsをクリアします。  
Public メソッドResetMenuStyleメニュースタイルのクリア  
Public メソッドResolveClientUrlGets a URL that can be used by the browser. System.Web.UI.Controlから継承されます。
Public メソッドResolveUrlConverts a URL into one that is usable on the requesting client. System.Web.UI.Controlから継承されます。
Public メソッドSavePresetオーバーロードされます。 コントロールのプロパティをファイルに保存します。そうすれば、LoadPreset メソッドから他のコントロールで使用できます。 Infragistics.WebUI.WebControls.WebControlBaseから継承されます。
Public メソッドSaveSkinオーバーロードされます。 XMLスキンファイルとして現在のWebHtmlEditor構成を保存します。  
Public メソッドSetRenderMethodDelegateAssigns an event handler delegate to render the server control and its content into its parent control. System.Web.UI.Controlから継承されます。
Public メソッドToStringこのオブジェクトの文字列表示を返します。 Infragistics.WebUI.WebControls.WebControlBaseから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドAddAttributesToRenderオーバーライドされます。   
Protected メソッドAddParsedSubObjectNotifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's System.Web.UI.ControlCollection object. System.Web.UI.Controlから継承されます。
Protected メソッドBuildProfileTreeGathers information about the server control and delivers it to the System.Web.UI.Page.Trace property to be displayed when tracing is enabled for the page. System.Web.UI.Controlから継承されます。
Protected メソッドClearCachedClientIDSets the cached System.Web.UI.Control.ClientID value to null 参照 (Visual Basicでは Nothing). System.Web.UI.Controlから継承されます。
Protected メソッドClearChildControlStateDeletes the control-state information for the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドClearChildStateDeletes the view-state and control-state information for all the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドClearChildViewStateDeletes the view-state information for all the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドClearEffectiveClientIDModeSets the System.Web.UI.Control.ClientIDMode property of the current control instance and of any child controls to System.Web.UI.ClientIDMode.Inherit. System.Web.UI.Controlから継承されます。
Protected メソッドCreateControlCollectionCreates a new System.Web.UI.ControlCollection object to hold the child controls (both literal and server) of the server control. System.Web.UI.Controlから継承されます。
Protected メソッドCreateControlStyleオーバーライドされます。 ドキュメントの stub  
Protected メソッドDataBindChildrenBinds a data source to the server control's child controls. System.Web.UI.Controlから継承されます。
Protected メソッドEnsureChildControlsDetermines whether the server control contains child controls. If it does not, it creates child controls. System.Web.UI.Controlから継承されます。
Protected メソッドEnsureIDCreates an identifier for controls that do not have an identifier assigned. System.Web.UI.Controlから継承されます。
Protected メソッドFindControlInPagePage オブジェクトで子または子孫コントロールを見つけます。 Infragistics.WebUI.WebControls.WebControlBaseから継承されます。
Protected メソッドGetDesignModeStateGets design-time data for a control. System.Web.UI.Controlから継承されます。
Protected メソッドHasEventsReturns a value indicating whether events are registered for the control or any child controls. System.Web.UI.Controlから継承されます。
Protected メソッドIsLiteralContentDetermines if the server control holds only literal content. System.Web.UI.Controlから継承されます。
Protected メソッドLoadViewStateオーバーライドされます。   
Protected メソッドOnBubbleEventDetermines whether the event for the server control is passed up the page's UI server control hierarchy. System.Web.UI.Controlから継承されます。
Protected メソッドOnDataBindingRaises the System.Web.UI.Control.DataBinding event. System.Web.UI.Controlから継承されます。
Protected メソッドOnInitオーバーライドされます。   
Protected メソッドOnLoadオーバーライドされます。   
Protected メソッドOnPreRenderオーバーライドされます。   
Protected メソッドOnTextChanged  
Protected メソッドOnToolbarClick  
Protected メソッドRaiseBubbleEventAssigns any sources of the event and its information to the control's parent. System.Web.UI.Controlから継承されます。
Protected メソッドRenderオーバーライドされます。   
Protected メソッドRenderContentsオーバーライドされます。   
Protected メソッドResolveAdapterGets the control adapter responsible for rendering the specified control. System.Web.UI.Controlから継承されます。
Protected メソッドSaveViewStateオーバーライドされます。   
Protected メソッドSetDesignModeStateSets design-time data for a control. System.Web.UI.Controlから継承されます。
Protected メソッドTrackViewStateオーバーライドされます。   
トップ
パブリック イベント
 名前解説
Public イベントDataBindingOccurs when the server control binds to a data source. System.Web.UI.Controlから継承されます。
Public イベントDisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. System.Web.UI.Controlから継承されます。
Public イベントInitOccurs when the server control is initialized, which is the first step in its lifecycle. System.Web.UI.Controlから継承されます。
Public イベントLoadOccurs when the server control is loaded into the System.Web.UI.Page object. System.Web.UI.Controlから継承されます。
Public イベントPreRenderOccurs after the System.Web.UI.Control object is loaded but prior to rendering. System.Web.UI.Controlから継承されます。
Public イベントTextChangedWebHtmlEditorのコンテンツがサーバーポストバックで変更される場合に発生します。  
Public イベントToolbarClickツールバー ボタンのクリックによってポストバックが発生すると発生します。  
Public イベントUnloadOccurs when the server control is unloaded from memory. System.Web.UI.Controlから継承されます。
トップ
参照