Obsolete. Superseded by IPropertyManagerPage2Handler9::OnWindowFromHandleControlCreated.
.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 IPropertyManagerPage2Handler8
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 this .NET control
- Status
- True if the .NET control is successfully created; false if not
Return Value
If Status = true, return nothing
If Status = false, return an action as defined in swHandleWindowFromHandleCreationFailure_e
(see Remarks)
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0