Click or drag to resize

ComboItem(Int32, Object, String, Int32) Constructor

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

Namespace: LoongCAD.STC.Dialog.UIControls
Assembly: LoongCAD.STC.Dialog (in LoongCAD.STC.Dialog.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public ComboItem(
	int idx,
	Object key0,
	string text,
	int imgIdx
)

Parameters

idx  Int32
 
key0  Object
 
text  String
 
imgIdx  Int32
 
See Also