・Office 2013 アイコン一覧
NUM | A | B | C | D | E | F |
G | H | I | J | K | L | M |
N | O | P | Q | R | S | T |
U | V | W | X | Y | Z |
■ I
I | IconBucketTool | IconEditClose | IconPencilTool | ||||
IconsAndDetails | IconsAndNames | IconSelectArea | IconSelectLasso | ||||
IconServiceDefault | IconServiceLaunch | IconServiceManage | IconsOnly | ||||
IdentityEdit | IfDesignBlock | IfElseDesignBlock | IgnoreConversation | ||||
IgnoredTaskWarningsShow | IgnoreHtmlChanges | IgnoreThisIssue | IgnoreThisIssueMenu | ||||
ImageHotspotProperties | ImageProperties | ImagePropertiesInfoPath | ImagerScan | ||||
ImapFolders | IMAppFormSendByIM | ImapUndelete | ImeDictionaryUpdate | ||||
ImexRunExport | ImexRunImport | IMMenu | ImmersiveZoom | ||||
Import | ImportAccess | ImportDBase | ImportExcel | ||||
ImportExport | ImportFormData | ImportHtmlDocument | ImportLotus | ||||
ImportMoreMenu | ImportMoreOptionsMenu | ImportOdbcDatabase | ImportOpml | ||||
ImportOutlook | ImportParadox | ImportReport | ImportSavedImports | ||||
ImportSharePointList | ImportTemplate | ImportTextFile | ImportWorkbook | ||||
ImportXmlFile | InboxAssistant | InBrowserGallery | IncludeInNavigationBars | ||||
IncrementalSearch | IndentClassic | IndentDecrease | IndentDecreaseExcel | ||||
IndentDecreaseWord | IndentIncrease | IndentIncreaseExcel | IndentIncreaseWord | ||||
IndentRTL | Indexed | IndexInsert | IndexMarkEntry | ||||
IndexUpdate | Info | InfopathExportForms | InfopathExportToExcel | ||||
InfopathFormActionsMenu | InfopathPromoteFormProperties | InformationDialog | InheritPermissions | ||||
InkBallpointPen | InkColorMoreColorsDialog | InkColorPicker | InkCovertToGeometry | ||||
InkCovertToTextVisio | InkDeleteAllInk | InkDrawingAndWriting | InkDrawingMode | ||||
InkEntry | InkEntryMode | InkEquation | InkEraseMode | ||||
InkEraser | InkEraserMenu | InkFeltTipPen | InkHighlighter | ||||
InkingBiasAuto | InkingBiasDraw | InkingBiasWrite | InkingStart | ||||
InkInsertSpace | InkLineColorPicker | InkLineWidth | InkMenu | ||||
InkNormalMode | InkPen0 | InkPen1 | InkPen2 | ||||
InkPen3 | InkPen4 | InkReviewerPen | InkSelectBallpointPen | ||||
InkSelectFelttipPen | InkSelectHighlighter | InkShapeClose | InkShapeGallery | ||||
InkStopInkingReadingView | InkStylesGallery | InkThickness | InkTool | ||||
InkToolsClose | InkToTextMode | InkTransparency | InlineEditMenu | ||||
InsertActionGallery | InsertAlignmentTab | InsertAppOnlyBlock | InsertAudioVideoMenu | ||||
InsertBookmarkSpd | InsertBranch | InsertBuildingBlock | InsertBuildingBlocksCommonPartsGallery | ||||
InsertBuildingBlocksEquationsGallery | InsertBuildingBlocksFooterGallery | InsertBuildingBlocksHeaderGallery | InsertBusinessInfo | ||||
InsertCellMenu | InsertCellstMenu | InsertChart | InsertChartGalleryWizard | ||||
InsertColumn3 | InsertColumnLeft | InsertColumnLeftAccess | InsertColumnRight | ||||
InsertColumnRightAccess | InsertColumns | InsertConditionGallery | InsertContentStore | ||||
InsertControl | InsertCopiedCells | InsertCutCells | InsertDataGraphicLegend | ||||
InsertDataMap | InsertDataSourceGallery | InsertDataViewControlGallery | InsertDeclarativeStep | ||||
InsertDesignGallery | InsertDialog | InsertDIV | InsertDrawingCanvas | ||||
InsertElseBranch | InsertEmptyDataView | InsertEvents | InsertExcelSpreadsheetMenu | ||||
InsertFileUploadAndLink | InsertFlowGallery | InsertHighPrivilegeBlock | InsertHR | ||||
InsertIButton | InsertImageHtmlTag | InsertInlineFrame | InsertLayer | ||||
InsertLink | InsertListForm | InsertLoopCondition | InsertLoopGallery | ||||
InsertLoopNTimes | InsertMenu | InsertMenuHeader | InsertMoreDesigns | ||||
InsertMoreTextBoxes | InsertMoreVertTextBoxes | InsertMovieDialog | InsertNavigationButton | ||||
InsertNewComment | InsertNumberAlternate | InsertPanel | InsertParagraphHtmlTag | ||||
InsertParallelBlock | InsertPictureDialog | InsertPicturePowerPointFlyoutAnchor | InsertProject | ||||
InsertResourceMenu | InsertRow | InsertRowAbove | InsertRowAboveAccess | ||||
InsertRowBelow | InsertRowBelowAccess | InsertRows | InsertRowsColumnsMenu | ||||
InsertSequentialStep | InsertSPAN | InsertStage | InsertStageGallery | ||||
InsertStepMenu | InsertSymbol | InsertTable | InsertTableCaption | ||||
InsertTag | InsertTagMenu | InsertTextEffect | InsertTimeline | ||||
InsertVisioDrawingMenu | InsertWebPartZone | InspectTaskLabel | InspectTasksMenu | ||||
InstantSearch | IntelliSenseMenu | InterconnectDeleteCard | InterconnectNextSide | ||||
InterconnectOpen | InternationalCurrency | InviteAttendees | InviteMembers | ||||
InviteMembersLB | InviteMembersMenu | InviteMyOtherComputers | InviteToNotebook | ||||
InviteViaOutlook | IPMultiSelect | Italic | ItemProperties | ||||
ItemsGroup | |||||||
「Download Microsoft Office Document: [MS-CUSTOMUI2] Supporting Documentation from Official Microsoft Download Center」にある「imageMso.txt」ファイルを元に、Office 2013のアイコン一覧を作成しました。
上図の通りアイコンイメージとコントロール IDが対応しています。
下記のように、リボンをカスタマイズするときやGetImageMsoメソッドを使うときにご活用ください。
・リボンXML
<?xml version="1.0" encoding="utf-8"?> <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"> <ribbon> <tabs> <tab id="tabSample" label="Sample Tab"> <group id="grpSample" label="Sample Group"> <button id="btnSample" label="Sample Button" imageMso="HappyFace" size="large" /> </group> </tab> </tabs> </ribbon> </customUI>
・GetImageMsoメソッドの利用例
Option Explicit Private Sub CommandButton1_Click() Me.CommandButton1.Picture = _ Application.CommandBars.GetImageMso("HappyFace", 80, 80) End Sub
※ 注意事項
- 当アイコン一覧は「Download Microsoft Office Document: [MS-CUSTOMUI2] Supporting Documentation from Official Microsoft Download Center」にある「imageMso.txt」ファイルを元にOffice 2013の画面をキャプチャーしたもので、Office 2013のすべてのコントロールIDを網羅しているわけではありません。
- 当一覧のアイコンを素材として利用したり、アプリケーションに組み込んで使うことはできません。
- 当サイト上に掲載されている情報によって生じた、いかなる損害についても管理者は一切の責任を負いかねます。
この記事へのコメントはありません。