'Declaration <CategoryAttribute("AppearanceCharacteristics")> <DefaultValueAttribute("l")> <DescriptionAttribute("The checked text.")> Public Property CheckedText As System.String
[Category("AppearanceCharacteristics")] [DefaultValue("l")] [Description("The checked text.")] public System.String CheckedText { get; set; }
[Category("AppearanceCharacteristics")] [DefaultValue("l")] [Description("The checked text.")] public: __property System.String get_CheckedText(); public: __property void set_CheckedText(
System.String value
);
[Category("AppearanceCharacteristics")] [DefaultValue("l")] [Description("The checked text.")] public:
property System.String CheckedText { System.String get(); void set(System.String value); }