Click or drag to resize
AkDialogAddMsg Method (ListString)
增加信息。

支持链式操作。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkDialog AddMsg(
	List<string> msgs
)

Parameters

msgs
Type: System.Collections.GenericListString
信息。

Return Value

Type: AkDialog
当前对象。
See Also