[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection

CharBoxInfoCollection クラス

キャラクターボックスのセットを示すコレクションを定義します。

継承
CharBoxInfoCollection
名前空間: GrapeCity.Win.Spread.InputMan.CellType
アセンブリ: GrapeCity.Win.PluginInputMan.dll
構文
[TypeConverter(typeof(CharBoxInfoCollectionTypeConverter))]
public class CharBoxInfoCollection : CollectionBase<CharBoxInfo>, IList, ICollection, IEnumerable, ICloneable
<TypeConverter(GetType(CharBoxInfoCollectionTypeConverter))>
Public Class CharBoxInfoCollection
    Inherits CollectionBase(Of CharBoxInfo)
    Implements IList, ICollection, IEnumerable, ICloneable

プロパティ

名前 説明
this[int]

インデックスに従ってキャラクターボックスを取得します。

Number1

数値スタイルのCharBoxInfoのテンプレートセットを取得します。

Number2

数値スタイルのCharBoxInfoのテンプレートセットを取得します。

Number3

数値スタイルのCharBoxInfoのテンプレートセットを取得します。

Number4

数値スタイルのCharBoxInfoのテンプレートセットを取得します。

PostCode1

郵便番号スタイルのCharBoxのテンプレートセットを取得します。

PostCode2

郵便番号スタイルのCharBoxのテンプレートセットを取得します。

PostCode3

郵便番号スタイルのCharBoxのテンプレートセットを取得します。

メソッド

名前 説明
Add(CharBoxInfo)

キャラクターボックスをコレクションに追加します。

Add(CharBoxInfo, int)

コレクションにCharBoxInfoを追加します。

AddRange(CharBoxInfo[])

CharBoxInfo項目の配列をコレクションに追加します。

IndexOf(CharBoxInfo)

特定のキャラクターボックスのインデックスを取得します。

Insert(int, CharBoxInfo)

コレクションの指定したインデックスにキャラクターボックスを挿入します。

OnAddRangeComplete(object[])

CollectionBaseインスタンスに新しい要素配列を挿入する前に、追加のカスタム処理を実行し

OnClearComplete()

CollectionBase インスタンスの内容をクリアした後で、追加のカスタム処理を実行します。

OnFieldPropertyChanged(PropertyChangedEventArgs)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.FieldPropertyChanged イベントを発生させます。

OnInsertComplete(int, object)

CollectionBase インスタンスに新しい要素を挿入した後で、追加のカスタム処理を実行します。

OnRemoveComplete(int, object)

CollectionBase インスタンスから要素を削除した後で、追加のカスタム処理を実行します。

OnSetComplete(int, object, object)

CollectionBaseインスタンスに値を設定する前に、追加のカスタム処理を実行します。

Remove(CharBoxInfo)

コレクションからキャラクターボックスを削除します。

SetBorderColor(Color)

このコレクションに含まれる各CharBoxのすべてのBorderColorを設定します。

SetBorderStyle(LineStyle)

このコレクションに含まれる各CharBoxのすべてのCharBoxBorderLineStyleを設定します。