アイコン一覧

Office 2013 アイコン一覧(U)

・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  

■ U

U UMLDrawingOptions UMLEvents UMLModels
U U UMLDrawingOptions UMLDrawingOptions UMLEvents UMLEvents UMLModels UMLModels
UMLPackages UMLStereotypes Underline UnderlineColorPicker
UMLPackages UMLPackages UMLStereotypes UMLStereotypes Underline Underline UnderlineColorPicker UnderlineColorPicker
UnderlineDouble UnderlineGallery UnderlineWords Undo
UnderlineDouble UnderlineDouble UnderlineGallery UnderlineGallery UnderlineWords UnderlineWords Undo Undo
UndoButton UndockPeek UndoCompressMedia Unmark
UndoButton UndoButton UndockPeek UndockPeek UndoCompressMedia UndoCompressMedia Unmark Unmark
UnmarkAllForDownload UnmarkSplit UnmergeCells UnreadMenu
UnmarkAllForDownload UnmarkAllForDownload UnmarkSplit UnmarkSplit UnmergeCells UnmergeCells UnreadMenu UnreadMenu
UpArrow2 UpdateAsScheduled UpdateAsScheduledMenu UpdateBibliography
UpArrow2 UpArrow2 UpdateAsScheduled UpdateAsScheduled UpdateAsScheduledMenu UpdateAsScheduledMenu UpdateBibliography UpdateBibliography
UpdateEvents UpdateFolder UpdateFolderList UpdateIcon
UpdateEvents UpdateEvents UpdateFolder UpdateFolder UpdateFolderList UpdateFolderList UpdateIcon UpdateIcon
UpgradeDocument UpgradeDrawing UpgradeOLC UpgradePresentation
UpgradeDocument UpgradeDocument UpgradeDrawing UpgradeDrawing UpgradeOLC UpgradeOLC UpgradePresentation UpgradePresentation
UpgradeProduct UpgradeWorkbook UpOneLevel UsageViewDetailActualCost
UpgradeProduct UpgradeProduct UpgradeWorkbook UpgradeWorkbook UpOneLevel UpOneLevel UsageViewDetailActualCost UsageViewDetailActualCost
UsageViewDetailActualWork UsageViewDetailBaselineWork UsageViewDetailCost UsageViewDetailCumulativeWork
UsageViewDetailActualWork UsageViewDetailActualWork UsageViewDetailBaselineWork UsageViewDetailBaselineWork UsageViewDetailCost UsageViewDetailCost UsageViewDetailCumulativeWork UsageViewDetailCumulativeWork
UsageViewDetailOverallocation UsageViewDetailRemainingAvailability UsageViewDetailsAdd UsageViewDetailWork
UsageViewDetailOverallocation UsageViewDetailOverallocation UsageViewDetailRemainingAvailability UsageViewDetailRemainingAvailability UsageViewDetailsAdd UsageViewDetailsAdd UsageViewDetailWork UsageViewDetailWork
UseAccountOnAnotherComputer UserRolesManage UseVotingButtonsMenu UxContentLibGallery
UseAccountOnAnotherComputer UseAccountOnAnotherComputer UserRolesManage UserRolesManage UseVotingButtonsMenu UseVotingButtonsMenu UxContentLibGallery UxContentLibGallery
UxTextGallery UxVerticalTextGallery  
UxTextGallery UxTextGallery UxVerticalTextGallery UxVerticalTextGallery  

Download Microsoft Office Document: [MS-CUSTOMUI2] Supporting Documentation from Official Microsoft Download Center」にある「imageMso.txt」ファイルを元に、Office 2013のアイコン一覧を作成しました。

Office2013Icons_01

上図の通りアイコンイメージとコントロール 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>

Office2013Icons_02

・GetImageMsoメソッドの利用例

Option Explicit

Private Sub CommandButton1_Click()
  Me.CommandButton1.Picture = _
  Application.CommandBars.GetImageMso("HappyFace", 80, 80)
End Sub

Office2013Icons_03

※ 注意事項

  • 当アイコン一覧は「Download Microsoft Office Document: [MS-CUSTOMUI2] Supporting Documentation from Official Microsoft Download Center」にある「imageMso.txt」ファイルを元にOffice 2013の画面をキャプチャーしたもので、Office 2013のすべてのコントロールIDを網羅しているわけではありません。
  • 当一覧のアイコンを素材として利用したり、アプリケーションに組み込んで使うことはできません。
  • 当サイト上に掲載されている情報によって生じた、いかなる損害についても管理者は一切の責任を負いかねます。

Office 2013 アイコン一覧(T)前のページ

Office 2013 アイコン一覧(V)次のページ

関連記事

  1. Office関連

    PowerPoint 2013ではプレゼンテーションをmp4形式で保存できるようになりました。

    ※ この情報はOffice 2013 カスタマー プレビュー版を元にし…

  2. Office関連

    [Excel 2013]Web関数を使ってマッシュアップ

    以前書いた記事「Excel 2013で追加された「WEBSERVICE…

  3. Office関連

    「NetOffice」で簡単に.NETからOfficeを操作

    ネットで「NetOffice」なるツールがあることを知ったので、早速試…

  4. Office関連

    PDFを分割するVBAマクロ

    「VBA PDF 分割」といったキーワード検索でのアクセスがありました…

  5. Office関連

    Office 2013の開発者用リファレンス

    「Word2013 VBA の日本語ヘルプ」でも回答していますが、Of…

  6. Office アドイン

    [Office用アプリ]カレンダーから日付入力

    カレンダーから日付を選ぶだけで選択中のセルに日付を入力できるコンテンツ…

コメント

  1. この記事へのコメントはありません。

  1. この記事へのトラックバックはありません。

Time limit is exhausted. Please reload CAPTCHA.

※本ページはプロモーションが含まれています。

Translate

最近の記事

アーカイブ

PAGE TOP