GetViewHWnd Method (IModelView)
Gets the Microsoft window handle for this model view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetViewHWnd() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As Integer
value = instance.GetViewHWnd()
|
C++/CLI | |
---|
int GetViewHWnd(); |
Return Value
Microsoft window handle
Example
Remarks
See Also