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