'Declaration <DescriptionAttribute("A name specifying a symbol to be associated with the caret.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute("None")> Public Property SymbolName As System.String
[Description("A name specifying a symbol to be associated with the caret.")] [Category("Appearance")] [DefaultValue("None")] public System.String SymbolName { get; set; }
[Description("A name specifying a symbol to be associated with the caret.")] [Category("Appearance")] [DefaultValue("None")] public: __property System.String get_SymbolName(); public: __property void set_SymbolName(
System.String value
);
[Description("A name specifying a symbol to be associated with the caret.")] [Category("Appearance")] [DefaultValue("None")] public:
property System.String SymbolName { System.String get(); void set(System.String value); }
Property Value
Default value: None.