アイコン一覧

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 2013 アイコン一覧(D)

    ・Office 2013 アイコン一覧 NUM…

  2. Office関連

    [リボン・カスタマイズ]toggleButtonのオン・オフを動的に変更する。

    “リボン上のトグルボタンをマクロで押し下げすることはできないか?”、と…

  3. Office関連

    VBAの力量をはかる3つの質問

    先日、Twitterではけた氏の面白いツイートがありました。3…

  4. Office関連

    選択している行の高さを増やすExcelマクロ

    Excelの表を印刷しようとしたとき、ビミョーに文字が切れていてイラッ…

  5. Office関連

    Excelのシート上で3Dグラフィックのアニメーションが再生できるようになりました。

    ※ 下記情報はInsider版のExcelを元にしています。バージョン…

  6. Office関連

    CDOを使ってGmail送信を行うVBAマクロ

    「VBA Gmail 送信」といったキーワード検索で、「Gmail A…

コメント

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

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

Time limit is exhausted. Please reload CAPTCHA.

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

Translate

最近の記事

アーカイブ

PAGE TOP