Skip to content

AnnotationStickyNote::Open property

Indicates if the annotation is open/visible.

bool Open { get; set; }
boolean getOpen() throws IGRException;
void setOpen(boolean value) throws IGRException;
@property
def Open(self) -> bool:
@property.setter
def Open(self, value: bool)
bool getOpen() const;
void setOpen(bool value);
[propget] HRESULT Open([out, retval] VARIANT_BOOL *result);
[propput] HRESULT Open([in] VARIANT_BOOL value);

Return Value

bool