Click or drag to resize

IApplicationOpenNewDocumentDialog Method

Creates a non-current document 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
Syntax
void OpenNewDocumentDialog(
	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
See Also