DropDownButton 요소
표준 드롭다운 단추 컨트롤을 나타냅니다.
사용량
<DropDownButton
ApplicationModes = "xs:string"
CommandName = "xs:positiveInteger or xs:string">
child elements
</DropDownButton>
특성
attribute | Type | 필수 | 설명 |
---|---|---|---|
ApplicationModes |
xs:string |
No |
MenuGroup이 부모 요소인 경우에만 유효합니다. 공백이 유효하고 무시됩니다. 최대 길이: 250자. |
CommandName |
xs:positiveInteger 또는 xs:string |
No |
요소를 Command와 연결합니다. 값은 리본 XML 문서 내에서 고유해야 합니다. 최대 길이: 100자. |
자식 요소
요소 | Description |
---|---|
Button |
한 번 이상 발생할 수 있음 |
확인란 |
한 번 이상 발생할 수 있음 |
ComboBox |
한 번 이상 발생할 수 있음 |
DropDownButton |
한 번 이상 발생할 수 있음 |
DropDownColorPicker |
한 번 이상 발생할 수 있음 |
DropDownGallery |
한 번 이상 발생할 수 있음 |
MenuGroup |
한 번 이상 발생해야 합니다. |
SplitButton |
한 번 이상 발생할 수 있음 |
SplitButtonGallery |
한 번 이상 발생할 수 있음 |
ToggleButton |
한 번 이상 발생할 수 있음 |
부모 요소
요소 |
---|
ControlGroup |
DropDownButton |
DropDownGallery |
그룹 |
MenuGroup |
SplitButton |
SplitButtonGallery |
설명
부모 요소에 따라 선택적 또는 필수 요소입니다.
각 ControlGroup, DropDownButton, DropDownGallery, Group, MenuGroup, SplitButton 또는 SplitButtonGallery 요소에 대해 하나 이상 발생할 수 있습니다.
DropDownButton 은 애플리케이션 메뉴의 왼쪽 열에서 호스팅되는 애플리케이션 모드 를 지원합니다.
DropDownButton이ApplicationMenu의 하위 항목인 경우 DropDownGallery 및 SplitButtonGallery는 DropDownButton의 유효한 자식 요소가 아닙니다.
예제
다음 예제에서는 DropDownButton에 대한 기본 태그를 보여 줍니다.
이 코드 섹션에서는 DropDownButton 요소의 부모 컨테이너로 작동하는 연결된 Group 과 함께 DropDownButton 명령 선언을 보여 줍니다.
<!-- DropDownButton -->
<Command Name="cmdDropDownButtonGroup"
Symbol="cmdDropDownButtonGroup"
Comment="DropDownButton Group"
LabelTitle="DropDownButton"/>
<Command Name="cmdDropDownButton"
Symbol="cmdDropDownButton"
Comment="DropDownButton"
LabelTitle="DropDownButton"/>
<Command Name="cmdDDBButton1"
Symbol="cmdDDBButton1"
Comment="DDBButton1"
LabelTitle="DDB Button"/>
<Command Name="cmdDDBColorPicker"
Symbol="cmdDDBColorPicker"
Comment="DDBColorPicker"
LabelTitle="DDB ColorPicker"/>
이 코드 섹션에서는 DropDownButton 컨트롤 선언을 보여 줍니다.
<Group CommandName="cmdDropDownButtonGroup">
<DropDownButton CommandName="cmdDropDownButton">
<MenuGroup>
<Button CommandName="cmdDDBButton1"/>
<DropDownColorPicker CommandName="cmdDDBColorPicker"/>
</MenuGroup>
</DropDownButton>
</Group>
요소 정보
- 지원되는 최소 시스템: Windows 7
- 비워 둘 수 있음: 아니요