AutomationProperties.HelpTextProperty 속성

정의

Automation 요소와 연결된 도움말 텍스트 문자열인 AutomationProperties.HelpText 연결된 속성을 식별합니다.

public:
 static property DependencyProperty ^ HelpTextProperty { DependencyProperty ^ get(); };
static DependencyProperty HelpTextProperty();
public static DependencyProperty HelpTextProperty { get; }
var dependencyProperty = AutomationProperties.helpTextProperty;
Public Shared ReadOnly Property HelpTextProperty As DependencyProperty

속성 값

AutomationProperties.HelpText 연결된 속성의 식별자입니다.

설명

HelpText 속성은 일반적으로 요소와 연결된 도구 설명 텍스트에서 가져옵니다. 속성은 편집 또는 목록 컨트롤에 표시되는 자리 표시자 텍스트에서도 지원될 수 있습니다. 예를 들어 "검색을 위해 여기에 텍스트 입력"은 사용자의 실제 입력 앞에 텍스트를 배치하는 편집 컨트롤에 대한 HelpText 속성에 적합한 후보입니다. 그러나 편집 컨트롤의 name 속성에는 적합하지 않습니다.

HelpText가 지원되는 경우 문자열은 애플리케이션 UI 언어 또는 운영 체제 기본 UI 언어와 일치해야 합니다.

적용 대상