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