'Declaration <DescriptionAttribute("A value indicating whether this annotation is collapsed.")> <DefaultValueAttribute(True)> Public Property IsCollapsed As Boolean
[Description("A value indicating whether this annotation is collapsed.")] [DefaultValue(True)] public bool IsCollapsed { get; set; }
[Description("A value indicating whether this annotation is collapsed.")] [DefaultValue(True)] public: __property bool get_IsCollapsed(); public: __property void set_IsCollapsed(
bool value
);
[Description("A value indicating whether this annotation is collapsed.")] [DefaultValue(True)] public:
property bool IsCollapsed { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.