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