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