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