'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("A value indicating whether the annotation should initially be displayed open.")> <DefaultValueAttribute(False)> Public Property IsOpen As Boolean
[Category("Behavior")] [Description("A value indicating whether the annotation should initially be displayed open.")] [DefaultValue(False)] public bool IsOpen { get; set; }
[Category("Behavior")] [Description("A value indicating whether the annotation should initially be displayed open.")] [DefaultValue(False)] public: __property bool get_IsOpen(); public: __property void set_IsOpen(
bool value
);
[Category("Behavior")] [Description("A value indicating whether the annotation should initially be displayed open.")] [DefaultValue(False)] public:
property bool IsOpen { bool get(); void set(bool value); }
Property Value
Default value: false (closed).