'Declaration <CategoryAttribute("Common")> <DescriptionAttribute("The symbol that is used as checked symbol.")> Public Property CheckedSymbol As System.String
[Category("Common")] [Description("The symbol that is used as checked symbol.")] public System.String CheckedSymbol { get; set; }
[Category("Common")] [Description("The symbol that is used as checked symbol.")] public: __property System.String get_CheckedSymbol(); public: __property void set_CheckedSymbol(
System.String value
);
[Category("Common")] [Description("The symbol that is used as checked symbol.")] public:
property System.String CheckedSymbol { System.String get(); void set(System.String value); }