Action::NewWindow property¶
Indicates if the action is performed in a new window.
bool NewWindow { get; set; }
boolean getNewWindow() throws IGRException;
void setNewWindow(boolean value) throws IGRException;
@property
def NewWindow(self) -> bool:
@property.setter
def NewWindow(self, value: bool)
bool getNewWindow() const;
void setNewWindow(bool value);
[propget] HRESULT NewWindow([out, retval] VARIANT_BOOL *result);
[propput] HRESULT NewWindow([in] VARIANT_BOOL value);
Return Value¶
bool