Called when an attempt is made to create a .NET control on the PropertyManager page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function OnWindowFromHandleControlCreated( _
ByVal Id As System.Integer, _
ByVal Status As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2Handler9
Dim Id As System.Integer
Dim Status As System.Boolean
Dim value As System.Integer
value = instance.OnWindowFromHandleControlCreated(Id, Status) |
C# | |
---|
System.int OnWindowFromHandleControlCreated(
System.int Id,
System.bool Status
) |
C++/CLI | |
---|
System.int OnWindowFromHandleControlCreated(
& System.int Id,
& System.bool Status
) |
Parameters
- Id
- ID of the .NET control
- Status
- True if the .NET control is successfully created, false if not
Return Value
If Status equals:
Remarks
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0