Discuss this help topic in SecureBlackbox Forum
Specifies whether the object is embeddable.
Declaration
[VB.NET]
Property IsEmbeddable As Boolean
[Pascal]
property IsEmbeddable: boolean;
[C++]
virtual bool get_IsEmbeddable();
[Java]
boolean getIsEmbeddable();
Description
Use this property to check whether the object is embeddable.
Discuss this help topic in SecureBlackbox Forum