FontNameEditor クラス

定義

フォント名のグリフを描画する UITypeEditor を提供します。

public ref class FontNameEditor : System::Drawing::Design::UITypeEditor
public class FontNameEditor : System.Drawing.Design.UITypeEditor
[System.Security.SecurityCritical]
public class FontNameEditor : System.Drawing.Design.UITypeEditor
type FontNameEditor = class
    inherit UITypeEditor
[<System.Security.SecurityCritical>]
type FontNameEditor = class
    inherit UITypeEditor
Public Class FontNameEditor
Inherits UITypeEditor
継承
FontNameEditor
属性

コンストラクター

名前 説明
FontNameEditor()

FontNameEditor クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
IsDropDownResizable

ユーザーがドロップダウン エディターのサイズを変更できるかどうかを示す値を取得します。

(継承元 UITypeEditor)

メソッド

名前 説明
EditValue(IServiceProvider, Object)

GetEditStyle() メソッドで示されるエディター スタイルを使用して、指定したオブジェクトの値を編集します。

(継承元 UITypeEditor)
EditValue(ITypeDescriptorContext, IServiceProvider, Object)

GetEditStyle() メソッドで示されるエディター スタイルを使用して、指定したオブジェクトの値を編集します。

(継承元 UITypeEditor)
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetEditStyle()

EditValue(IServiceProvider, Object) メソッドで使用されるエディター スタイルを取得します。

(継承元 UITypeEditor)
GetEditStyle(ITypeDescriptorContext)

EditValue(IServiceProvider, Object) メソッドで使用されるエディター スタイルを取得します。

(継承元 UITypeEditor)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetPaintValueSupported()

このエディターがオブジェクトの値の表現の描画をサポートするかどうかを示します。

(継承元 UITypeEditor)
GetPaintValueSupported(ITypeDescriptorContext)

このエディターがオブジェクトの値の表現の描画をサポートするかどうかを決定します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
PaintValue(Object, Graphics, Rectangle)

指定したオブジェクトの値の表現を、指定したキャンバスに描画します。

(継承元 UITypeEditor)
PaintValue(PaintValueEventArgs)

指定したオブジェクトの代表的な値を指定されたキャンバスに描画します。 描画は、指定された四角形の境界内で行う必要があります。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象