SOApplicationClassOpenNewPersonDialog Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void OpenNewPersonDialog(
int i_Identity,
int i_XPos,
int i_YPos,
int i_Width,
int i_Height,
[OptionalAttribute] string i_WinPosSizeKey
)
Public Overridable Sub OpenNewPersonDialog (
i_Identity As Integer,
i_XPos As Integer,
i_YPos As Integer,
i_Width As Integer,
i_Height As Integer,
<OptionalAttribute> i_WinPosSizeKey As String
)
Dim instance As SOApplicationClass
Dim i_Identity As Integer
Dim i_XPos As Integer
Dim i_YPos As Integer
Dim i_Width As Integer
Dim i_Height As Integer
Dim i_WinPosSizeKey As String
instance.OpenNewPersonDialog(i_Identity,
i_XPos, i_YPos, i_Width, i_Height,
i_WinPosSizeKey)
public:
virtual void OpenNewPersonDialog(
[InAttribute] int i_Identity,
[InAttribute] int i_XPos,
[InAttribute] int i_YPos,
[InAttribute] int i_Width,
[InAttribute] int i_Height,
[OptionalAttribute] [InAttribute] String^ i_WinPosSizeKey
)
Parameters
- i_Identity
- Type: SystemInt32
- i_XPos
- Type: SystemInt32
- i_YPos
- Type: SystemInt32
- i_Width
- Type: SystemInt32
- i_Height
- Type: SystemInt32
- i_WinPosSizeKey (Optional)
- Type: SystemString
Implements
IApplicationOpenNewPersonDialog(Int32, Int32, Int32, Int32, Int32, String)
See Also