LocalizablePropertyCategoryAttribute クラス

定義

物件の局所的なカテゴリを提供します。 このクラスは継承できません。

public ref class LocalizablePropertyCategoryAttribute sealed : System::ComponentModel::CategoryAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class LocalizablePropertyCategoryAttribute : System.ComponentModel.CategoryAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type LocalizablePropertyCategoryAttribute = class
    inherit CategoryAttribute
Public NotInheritable Class LocalizablePropertyCategoryAttribute
Inherits CategoryAttribute
継承
LocalizablePropertyCategoryAttribute
属性

注釈

CategoryAttributeは、System.Windows.Forms.PropertyGridコントロールでプロパティやイベントを関連付ける際に、プロパティやイベントを関連付けるカテゴリCategorizedを示します。 詳細については、.NETフレームワーククラスライブラリの「CategoryAttribute Class」をご覧ください。

コンストラクター

名前 説明
LocalizablePropertyCategoryAttribute(Type, String)

指定された型とプロパティ名を使って LocalizablePropertyCategoryAttribute クラスの新しいインスタンスを初期化します。

適用対象