Click or drag to resize

ComboItem(Object, Object, String, Int32) Constructor

返回用户文档首页
Initializes a new instance of the ComboItem class

Namespace: LoongCAD.UI
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public ComboItem(
	Object key0,
	Object key1,
	string text,
	int imgIdx
)

Parameters

key0  Object
 
key1  Object
 
text  String
 
imgIdx  Int32
 
See Also