Skip to content

Annotation::Popup property

Pop-up annotation for entering or editing the text associated with this annotation.

Hyland.DocumentFilters.Annotations.Popup Popup { get; set; }
AnnotationPopup getPopup() throws IGRException;
void setPopup(AnnotationPopup value) throws IGRException;
@property
def Popup(self) -> AnnotationPopup:
@property.setter
def Popup(self, value: AnnotationPopup)
AnnotationPopup getPopup() const;
void setPopup(AnnotationPopup value);
[propget] HRESULT Popup([out, retval] AnnotationPopup* *result);
[propput] HRESULT Popup([in] AnnotationPopup* value);

Return Value

AnnotationPopup

See Also