AnnotationStickyNote::IconName property¶
Indicates the name of the icon to use when the annotation is closed.
string IconName { get; set; }
string getIconName() throws IGRException;
void setIconName(string value) throws IGRException;
@property
def IconName(self) -> string:
@property.setter
def IconName(self, value: string)
std::wstring getIconName() const;
void setIconName(const std::wstring& value);
[propget] HRESULT IconName([out, retval] BSTR *result);
[propput] HRESULT IconName([in] BSTR value);
Return Value¶
string