Gets or sets a value indicating whether annotations will be opened.
Syntax
public bool OpenAnnotations {get; set;}
public: __property bool get_OpenAnnotations();
public: __property void set_OpenAnnotations(
bool value
);
public:
property bool OpenAnnotations {
bool get();
void set ( bool value);
}
'Declaration
Public Property OpenAnnotations As Boolean
'Usage
Dim instance As FileOpeningEventArgs
Dim value As Boolean
instance.OpenAnnotations = value
value = instance.OpenAnnotations
Property Value
Boolean value.
See Also