Gets or sets a value indicating whether the bookmark is open (shows all its children).
Syntax
public bool Open {get; set;}
public: __property bool get_Open();
public: __property void set_Open(
bool value
);
public:
property bool Open {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also