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 Framework クラス ライブラリの「CategoryAttribute クラス」を参照してください。

コンストラクター

LocalizablePropertyCategoryAttribute(Type, String)

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

適用対象