Text (Get method)

컨트롤과 연결된 레이블의 텍스트를 가져옵니다.

string  Text()

Return Value

레이블 텍스트.

Text (Set method)

레이블의 텍스트를 설정합니다.

bool  Text(
   const string  value      // 텍스트
   )

Parameters

value

[in]  레이블의 새 텍스트.

Return Value

성공시 true, 아니면 false.