SOApplicationClassHWnd Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual int this[
string Name = ""
] { get; }
Public Overridable ReadOnly Property HWnd (
Optional Name As String = ""
) As Integer
Get
Dim instance As SOApplicationClass
Dim Name As String
Dim value As Integer
value = instance.HWnd(Name)
public:
virtual property int HWnd[[InAttribute] String^ Name = L""] {
int get ([InAttribute] String^ Name = L"");
}
Parameters
- Name (Optional)
- Type: SystemString
Property Value
Type:
Int32Implements
IApplicationHWndString
See Also