OnActiveXControlCreated Method (IPropertyManagerPage2Handler4)
Obsolete. Superseded by IPropertyManagerPage2Handler5::OnActiveXControlCreated.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function OnActiveXControlCreated( _
ByVal Id As Integer, _
ByVal Status As Boolean _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2Handler4
Dim Id As Integer
Dim Status As Boolean
Dim value As Integer
value = instance.OnActiveXControlCreated(Id, Status)
|
C# | |
---|
int OnActiveXControlCreated(
int Id,
bool Status
) |
C++/CLI | |
---|
int OnActiveXControlCreated(
& int Id,
& bool Status
) |
Parameters
- Id
-
- Status
-
See Also