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