バージョン

FontNameEditor コンストラクタ(EmbeddableEditorOwnerBase)

FontNameEditorクラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal defaultOwner As EmbeddableEditorOwnerBase _
)
public FontNameEditor( 
   EmbeddableEditorOwnerBase defaultOwner
)

パラメータ

defaultOwner
このエディターに関連した EmbeddableEditorOwnerBase 派生
解説
このエディターに関連した EmbeddableEditorOwnerBase 派生

各項目が表すフォントを使用して各項目が描画されるため、ValueListItem の Appearance は無視されることに注意してください。

また、以下のAppearanceプロパティのみがValueListレベルで適用されることに注意してください。

  • BackColor
  • ForeColor

参照