Click or drag to resize

SOApplicationClassOpenNewAppointmentDialog Method

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public virtual void OpenNewAppointmentDialog(
	int i_Identity,
	int i_XPos,
	int i_YPos,
	int i_Width,
	int i_Height,
	[OptionalAttribute] 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

IApplicationOpenNewAppointmentDialog(Int32, Int32, Int32, Int32, Int32, String)
See Also