PowerTools PlusPak for Windows Forms 8.0J
FontInfoReadOnlyCollection クラス
メンバ 

特定のFontInfo型を含む読み取り専用コレクションを表します。
構文
Public Class FontInfoReadOnlyCollection 
   Inherits GrapeCity.Win.Pickers.ReadOnlyCollectionBase(Of FontInfo)
public class FontInfoReadOnlyCollection : GrapeCity.Win.Pickers.ReadOnlyCollectionBase<FontInfo> 
解説
FontInfoReadOnlyCollectionクラスのインスタンスは常に読み取り専用です。読み取り専用のコレクションは、コレクションが変更されないようにするラッパーがコレクションに組み込まれているにすぎません。したがって、基になるコレクションに変更が加えられた場合、読み取り専用コレクションにその変更が反映されます。このコレクションに対して実行できるタスクの詳細については、GcFontPicker.AllFontsプロパティのリファレンストピックを参照してください。
継承階層

System.Object
   GrapeCity.Win.Pickers.ReadOnlyCollectionBase<T>
      GrapeCity.Win.Pickers.FontInfoReadOnlyCollection

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

FontInfoReadOnlyCollection メンバ
GrapeCity.Win.Pickers 名前空間

Send Feedback