IApplicationOpenNewPersonDialog Method |
Creates a non-current person dialog. Center in screen rectangle defined by XPos, YPos, Width and Height. Optional WinPosSize key for unique storage of size only
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid OpenNewPersonDialog(
int i_Identity,
int i_XPos,
int i_YPos,
int i_Width,
int i_Height,
[OptionalAttribute] string i_WinPosSizeKey
)
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 IApplication
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)
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
See Also