ExpressionsCollectionEditor 類別

定義

提供使用者介面,以便在設計階段選取和編輯運算式繫結集合。

public ref class ExpressionsCollectionEditor : System::Drawing::Design::UITypeEditor
public class ExpressionsCollectionEditor : System.Drawing.Design.UITypeEditor
type ExpressionsCollectionEditor = class
    inherit UITypeEditor
Public Class ExpressionsCollectionEditor
Inherits UITypeEditor
繼承
ExpressionsCollectionEditor

備註

類別的 ExpressionsCollectionEditor 實例是 UITypeEditor 物件,可在設計階段用來選取和編輯運算式系結的集合,並將運算式指派給控制項屬性。

設計工具主機,例如 Visual Studio 2005,會 ExpressionBuilder 搭配 和 類別使用 和 ExpressionEditorExpressionsCollectionConverter 類別實 ExpressionsCollectionEditor 作,在設計階段設定控制項屬性的運算式系結,以及 ControlPersister 類別來保存執行時間的運算式。 運算式字串參考可當地語系化的資源、應用程式設定、連接字串或自訂表格達式類型。 運算式字串會在設計階段系結至控制項屬性,然後在執行時間用來判斷屬性的值。

建構函式

ExpressionsCollectionEditor()

初始化 ExpressionsCollectionEditor 類別的新執行個體。

屬性

IsDropDownResizable

取得值,表示使用者是否能夠調整下拉式編輯器的大小。

(繼承來源 UITypeEditor)

方法

EditValue(IServiceProvider, Object)

使用由 GetEditStyle() 方法指示的編輯器樣式,來編輯指定物件的值。

(繼承來源 UITypeEditor)
EditValue(ITypeDescriptorContext, IServiceProvider, Object)

使用指定的服務提供者和內容 (Context),編輯指定物件的值。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetEditStyle()

取得 EditValue(IServiceProvider, Object) 方法所使用的編輯器樣式。

(繼承來源 UITypeEditor)
GetEditStyle(ITypeDescriptorContext)

為指定的內容 (Context) 取得與這個編輯器關聯的編輯樣式。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetPaintValueSupported()

指出這個編輯器是否支援繪製物件值的表示。

(繼承來源 UITypeEditor)
GetPaintValueSupported(ITypeDescriptorContext)

指出指定的內容是否支援在指定的內容中繪製物件值的表示。

(繼承來源 UITypeEditor)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
PaintValue(Object, Graphics, Rectangle)

將指定物件的表示值繪製到指定的畫布上。

(繼承來源 UITypeEditor)
PaintValue(PaintValueEventArgs)

使用指定的 PaintValueEventArgs 來繪製物件值的表示。

(繼承來源 UITypeEditor)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱