'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("A value indicating whether the pop-up annotation should initially be displayed open.")> <DefaultValueAttribute(False)> Public Property IsOpen As Boolean
[Category("Behavior")] [Description("A value indicating whether the pop-up annotation should initially be displayed open.")] [DefaultValue(False)] public bool IsOpen { get; set; }
[Category("Behavior")] [Description("A value indicating whether the pop-up 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 pop-up annotation should initially be displayed open.")] [DefaultValue(False)] public:
property bool IsOpen { bool get(); void set(bool value); }
Property Value
True - pop-up annotation should initially be displayed open; false - pop-up annotation should initially be displayed closed.
Default value is false.
Default value is false.