Discuss this help topic in SecureBlackbox Forum
Specifies the number of launch actions in the document.
Declaration
[VB.NET]
Property LaunchActions As Integer
[Pascal]
property LaunchActions : integer;
[C++]
int32_t get_LaunchActions();
void set_LaunchActions(int32_t Value);
[PHP]
integer get_LaunchActions()
void set_LaunchActions(integer $Value)
[Java]
int getLaunchActions();
void setLaunchActions(int Value);
Description
Use this property to specify the number of launch actions in the document.
Discuss this help topic in SecureBlackbox Forum