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