BinaryEditor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供編輯二進位資料的使用者介面。
public ref class BinaryEditor sealed : System::Drawing::Design::UITypeEditor
public sealed class BinaryEditor : System.Drawing.Design.UITypeEditor
type BinaryEditor = class
inherit UITypeEditor
Public NotInheritable Class BinaryEditor
Inherits UITypeEditor
- 繼承
備註
此編輯器顯示二進位資料的十六進位值,並允許你編輯。
建構函式
| 名稱 | Description |
|---|---|
| BinaryEditor() |
初始化 BinaryEditor 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| IsDropDownResizable |
會有一個值,指示下拉選單編輯器是否應該被使用者調整大小。 (繼承來源 UITypeEditor) |
方法
| 名稱 | Description |
|---|---|
| EditValue(IServiceProvider, Object) |
使用方法指示 GetEditStyle() 的編輯器樣式編輯指定物件的值。 (繼承來源 UITypeEditor) |
| EditValue(ITypeDescriptorContext, IServiceProvider, Object) |
使用指定的服務提供者與上下文編輯指定物件的值。 |
| Equals(Object) |
判斷指定的 物件是否等於目前的物件。 (繼承來源 Object) |
| GetEditStyle() |
會得到方法中使用的 EditValue(IServiceProvider, Object) 編輯器風格。 (繼承來源 UITypeEditor) |
| GetEditStyle(ITypeDescriptorContext) |
會得到方法中使用的 EditValue(ITypeDescriptorContext, IServiceProvider, Object) 編輯器風格。 |
| GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
| GetPaintValueSupported() |
表示此編輯器是否支援繪製物件價值的表示。 (繼承來源 UITypeEditor) |
| GetPaintValueSupported(ITypeDescriptorContext) |
表示指定的上下文是否支持在指定上下文中繪製物件價值的表示。 (繼承來源 UITypeEditor) |
| GetType() |
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
建立目前 Object的淺層複本。 (繼承來源 Object) |
| PaintValue(Object, Graphics, Rectangle) |
繪製指定物件價值在指定畫布上的表示。 (繼承來源 UITypeEditor) |
| PaintValue(PaintValueEventArgs) |
使用指定的 PaintValueEventArgs繪製物件值的表示。 (繼承來源 UITypeEditor) |
| ToString() |
傳回表示目前 物件的字串。 (繼承來源 Object) |