'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute("None")> <DescriptionAttribute("A name specifying a symbol to be associated with the caret.")> Public Property SymbolName As System.String
[Category("Appearance")] [DefaultValue("None")] [Description("A name specifying a symbol to be associated with the caret.")] public System.String SymbolName { get; set; }
[Category("Appearance")] [DefaultValue("None")] [Description("A name specifying a symbol to be associated with the caret.")] public: __property System.String get_SymbolName(); public: __property void set_SymbolName(
System.String value
);
[Category("Appearance")] [DefaultValue("None")] [Description("A name specifying a symbol to be associated with the caret.")] public:
property System.String SymbolName { System.String get(); void set(System.String value); }
Property Value
Значение по умолчанию: Нет.