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