Click or drag to resize

FormBaseGetCorpName Method (String, MccLabel)

조합기호명칭을 label 컨트롤에 setting 함.

Namespace:  Mcc.Series.Ui
Assembly:  Mcc.Series.Ui (in Mcc.Series.Ui.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void GetCorpName(
	string corp_cd,
	MccLabel label
)

Parameters

corp_cd
Type: SystemString
(corp_cd) 조합기호
label
Type: Mcc.Series.ControlsMccLabel
LABEL
Remarks
조합기호 정보가 없는 경우에는 labal 글씨를 red로 "조합기호 코드정보없음"으로 setting
See Also