WebControlToolboxItem 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 Web 伺服器控制項 ToolboxItem 的基底類別。
public ref class WebControlToolboxItem : System::Drawing::Design::ToolboxItem
[System.Serializable]
public class WebControlToolboxItem : System.Drawing.Design.ToolboxItem
[<System.Serializable>]
type WebControlToolboxItem = class
inherit ToolboxItem
Public Class WebControlToolboxItem
Inherits ToolboxItem
- 繼承
- 衍生
- 屬性
備註
WebControlToolboxItem 提供建立 Web 服務器控制項之工具箱專案的基類。 此類別會 ToolboxItem 擴充並提供下列其他方法:
GetToolAttributeValue 取得工具箱專案之屬性的值。
GetToolHtml 取得 HTML,表示控制項的初始狀態。
GetToolType 取得相關聯執行時間元件的型別。
建構函式
WebControlToolboxItem() |
初始化 WebControlToolboxItem 類別的新執行個體。 |
WebControlToolboxItem(SerializationInfo, StreamingContext) |
使用提供的 WebControlToolboxItem 物件和 SerializationInfo,建立 StreamingContext 類別的新執行個體。 |
WebControlToolboxItem(Type) |
使用提供的類型建立 WebControlToolboxItem 類別的新執行個體。 |
屬性
AssemblyName |
取得或設定組件的名稱,該組件包含類型或工具箱項目所建立的類型。 (繼承來源 ToolboxItem) |
Bitmap |
取得或設定點陣圖,表示工具箱中的工具箱項目。 (繼承來源 ToolboxItem) |
Company |
取得或設定這個 ToolboxItem 的公司名稱。 (繼承來源 ToolboxItem) |
ComponentType |
取得這個 ToolboxItem 的元件型別。 (繼承來源 ToolboxItem) |
DependentAssemblies |
取得或設定工具箱項目的 AssemblyName。 (繼承來源 ToolboxItem) |
Description |
取得或設定這個 ToolboxItem 的描述。 (繼承來源 ToolboxItem) |
DisplayName |
取得或設定工具箱項目的顯示名稱。 (繼承來源 ToolboxItem) |
Filter |
取得或設定篩選條件,判斷工具箱項目是否可以在目的元件上使用。 (繼承來源 ToolboxItem) |
IsTransient |
取得值,指出工具箱項目是否為暫時性 (Transient)。 (繼承來源 ToolboxItem) |
Locked |
取得值,指出 ToolboxItem 目前是否已鎖定。 (繼承來源 ToolboxItem) |
OriginalBitmap |
取得或設定此項目工具箱中將使用的原始點陣圖。 (繼承來源 ToolboxItem) |
Properties |
取得屬性的字典。 (繼承來源 ToolboxItem) |
TypeName |
取得或設定叫用工具箱項目時所建立的 IComponent 的型別完整名稱。 (繼承來源 ToolboxItem) |
Version |
取得這個 ToolboxItem 的版本。 (繼承來源 ToolboxItem) |
方法
事件
ComponentsCreated |
立即發生於建立元件之後。 (繼承來源 ToolboxItem) |
ComponentsCreating |
發生於即將建立元件時。 (繼承來源 ToolboxItem) |
明確介面實作
ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
如需這個成員的描述,請參閱 GetObjectData(SerializationInfo, StreamingContext) 方法。 (繼承來源 ToolboxItem) |