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