IApplicationHWnd Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint this[
string Name = ""
] { get; }
ReadOnly Property HWnd (
Optional Name As String = ""
) As Integer
Get
Dim instance As IApplication
Dim Name As String
Dim value As Integer
value = instance.HWnd(Name)
property int HWnd[[InAttribute] String^ Name = L""] {
int get ([InAttribute] String^ Name = L"");
}
Parameters
- Name (Optional)
- Type: SystemString
Property Value
Type:
Int32
See Also