<ComboBox> (RibbonDiffXml)
적용 대상: CRM 2015 on-prem, CRM Online
더 이상 사용되지 않습니다. 클릭하거나 입력하여 값을 선택하는 데 사용되는 목록을 지정했습니다.
중요
This control was deprecated in Microsoft Dynamics CRM 2011. This control will not render with Microsoft Dynamics CRM 2015 및 Microsoft Dynamics CRM Online 2015 업데이트.
구문
<ComboBox
AllowFreeForm=["0" | "1" | "true" | "false"]
Alt="String"
AltArrow="String"
AutoComplete="true"
AutoCompleteDelay="Integer"
CacheMenuVersions=["0" | "1" | "true" | "false"]
Command="String"
CommandMenuClose="String"
CommandMenuOpen="String"
CommandPreview="String"
CommandPreviewRevert="String"
Id="String"
ImeEnabled=["0" | "1" | "true" | "false"]
InitialItem="String"
PopulateDynamically=["0" | "1" | "true" | "false"]
PopulateOnlyOnce =["0" | "1" | "true" | "false"]
PopulateQueryCommand="String"
QueryCommand="String"
Sequence="Integer"
TemplateAlias="String"
ToolTipDescription="String"
ToolTipHelpKeyWord="String"
ToolTipImage32by32="String"
ToolTipImage32by32Class="String"
ToolTipImage32by32Left="NonPositiveInteger"
ToolTipImage32by32Top="NonPositiveInteger "
ToolTipSelectedItemTitle="String"
ToolTipShortcutKey="String"
ToolTipTitle="String"
Width="String" >
<Menu />
</ComboBox>
특성 및 요소
The following table lists the attributes, child elements, and parent elements.
특성
Attribute | Description | Type | Usage |
---|---|---|---|
AllowFreeForm |
False to restrict input so that only items on the menu are submitted; otherwise, true. The default is false. |
Boolean |
Optional |
Alt |
대체 텍스트로 표시할 지역화된 레이블에 대한 참조 또는 문자열입니다. |
String |
Optional |
AltArrow |
콤보 상자 또는 드롭다운 컨트롤의 화살표 아이콘에 대한 대체 이미지의 경로 또는 웹 리소스 참조입니다. |
String |
Optional |
AutoComplete |
False to turn AutoComplete suggestions off. The default is true (on). |
Boolean |
Optional |
AutoCompleteDelay |
The delay in milliseconds before AutoComplete fills the text box with a best-guess match. The default is 100. |
Integer |
Optional |
CacheMenuVersions |
성능 향상을 위해 컨트롤에 대한 정의가 캐시되는지 여부를 나타냅니다. PopulateDynamically를 선택하지 않을 경우 이 값을 선택합니다. Default value = "false". |
Boolean |
Optional |
Command |
이 컨트롤에 대한 리본 명령의 ID를 지정합니다. |
String |
Optional |
CommandMenuClose |
메뉴가 닫힐 때 실행할 메뉴 명령의 ID를 지정합니다. |
String |
Optional |
CommandMenuOpen |
메뉴가 열릴 때 실행할 리본 명령의 ID를 지정합니다. |
String |
Optional |
CommandPreview |
컨트롤을 선택하기 전에 컨트롤 위로 커서를 이동할 때 실행할 리본 명령의 ID를 지정합니다. |
String |
Optional |
CommandPreviewRevert |
미리 보기 후 컨트롤에서 포커스를 잃을 때 실행할 리본 명령의 ID를 지정합니다. |
String |
Optional |
Id |
리본 요소의 정의에 대한 고유 식별자를 지정합니다. 적극 권장되는 명명 규칙은 [solution identifier].[entity].[ribbon].[function].[element name]과 같이 마침표를 사용하여 이름의 부분을 분리하는 것입니다. 예를 들면 MyISV.account.form.SendToOtherSystem.Button과 같습니다. Use the {!EntityLogicalName} token in the Id attribute when you define a ribbon element that will be used for multiple entities. This inserts the entity logical name into the Id value to make sure that the Id value is globally unique. For example, if you use
> [!IMPORTANT]
> If you don’t set a globally unique Id value, the ribbon might not display.
>
|
String |
Required |
ImeEnabled |
IME(Input Method Editor)의 활성 상태가 사용되는지 여부를 지정합니다. IME를 사용하면 한국어, 중국어 및 일본어 문자를 입력하고 편집할 수 있습니다. IME는 활성 또는 비활성 상태일 수 있습니다. 활성 상태에서는 한국어, 중국어 또는 일본어 문자를 입력할 수 있습니다. 비활성 상태에서는 일반 키보드와 같이 작동하며 제한된 문자 집합만 사용됩니다. |
Boolean |
Optional |
InitialItem |
컨트롤에 표시할 초기 메뉴를 지정합니다. |
String |
Optional |
PopulateDynamically |
이 컨트롤에 대한 옵션을 제공하는 메뉴 요소가 PopulateQueryCommand 특성에서 정의된 명령을 사용하여 런타임에 동적으로 채워지도록 지정합니다. Default value = "false". |
Boolean |
Optional |
PopulateOnlyOnce |
컨트롤이 동적으로 채워질 때 이 설정은 PopulateQueryCommand 특성에서 정의된 명령을 한 번만 호출해야 함을 나타납니다. Default Value = "false". |
Boolean |
Optional |
PopulateQueryCommand |
컨트롤이 동적으로 채워질 때 이 명령은 이 컨트롤에 대한 옵션을 제공하는 메뉴 요소를 검색합니다. |
String |
Optional |
QueryCommand |
컨트롤이 동적으로 채워질 때 이 명령은 이 컨트롤에 대한 옵션을 제공하는 메뉴 요소를 검색합니다. |
String |
Optional |
Sequence |
기존 리본 요소보다 높거나 낮은 시퀀스 값을 설정하여 리본 수정 위치를 지정합니다. |
Integer |
Optional |
TemplateAlias |
CommandUIDefinition의 리본 요소 하위를 레이아웃 요소의 하위 내에 있는 위치 자리 표시자와 연결합니다. 이 값은 레이아웃이 변경될 때 컨트롤 그룹 내에 컨트롤이 표시될 위치를 정의합니다. |
String |
Optional |
ToolTipDescription |
컨트롤의 도구 설명에 표시할 문자열을 지정합니다. $LocLabels: 지시문(예: "$LocLabels:MyISV.account.Save.Button.Tooltip")을 사용하여 LocLabel 요소를 참조할 수 있습니다. |
String |
Optional |
ToolTipHelpKeyWord |
이 요소는 Microsoft Dynamics CRM에서 사용되지 않습니다. |
String |
Optional |
ToolTipImage32by32 |
도구 설명과 함께 표시할 32 x 32 픽셀 이미지를 지정합니다. |
String |
Optional |
ToolTipImage32by32Class |
도구 설명과 함께 표시할 32 x 32 픽셀 이미지에 적용할 CSS 클래스를 지정합니다. |
String |
Optional |
ToolTipImage32by32Left |
도구 설명의 32 x 32 픽셀 이미지를 왼쪽으로 이동할 픽셀 수를 지정합니다. 이 값은 음수로 표시됩니다. |
Non Positive Integer |
Optional |
ToolTipImage32by32Top |
도구 설명의 32 x 32 픽셀 이미지를 위쪽으로 이동할 픽셀 수를 지정합니다. 이 값은 음수로 표시됩니다. |
Non Positive Integer |
Optional |
ToolTipSelectedItemTitle |
이 요소는 Microsoft Dynamics CRM에서 사용되지 않습니다. |
String |
Optional |
ToolTipShortcutKey |
이 요소는 Microsoft Dynamics CRM에서 사용되지 않습니다. |
String |
Optional |
ToolTipTitle |
컨트롤에 대한 도구 설명의 제목에 표시할 문자열을 지정합니다. 이는 일반적으로 컨트롤 LabelText과 동일한 값입니다. $LocLabels: 지시문(예: "$LocLabels:MyISV.account.Save.Button.Label")을 사용하여 LocLabel 요소를 참조할 수 있습니다. |
String |
Optional |
Width |
원하는 컨트롤 너비를 픽셀 단위로 지정합니다. |
String |
Optional |
하위 요소
Element | Description |
---|---|
팝업 메뉴를 표시하는 데 사용되는 컨테이너를 지정합니다. |
상위 요소
Element | Description |
---|---|
CustomAction 요소 내에 포함될 시각적 리본 요소를 지정합니다. |
|
컨트롤의 모음이 들어 있습니다. |
요소 정보
XPath |
|
Schema Name |
ComboBoxType |
Validation File |
RibbonWSS.xsd |
Can be Empty |
Yes |
참고 항목
기타 리소스
명령 및 리본 사용자 지정
Ribbon XML reference
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.