アイコン一覧

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 アイコン一覧(X,Y,Z)

    ・Office 2013 アイコン一覧 NUM…

  2. Office関連

    [リボン・カスタマイズ]dynamicMenu要素から任意のマクロを実行する。

    HPのお問い合わせフォームから下記の質問がありました。「メニュ…

  3. Office関連

    PDFファイルにヘッダーとフッターを追加するVBAマクロ

    mougに“マクロで既存のPDFファイルのフッターを操作(追加)したい…

  4. Office関連

    Faviconをダウンロードするマクロ

    WebサイトからFaviconを抜き出すAPIがあったので早速使ってみ…

  5. Excel

    Google翻訳で文字列を翻訳するVBAマクロ(IE操作版)

    下記記事にあるように、ニューラルネット機械翻訳の導入によって、Goog…

  6. Office関連

    Locationヘッダの情報を取得するVBAマクロ

    通常、下記のようなリダイレクトされるWebページを開いたとき、…

コメント

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

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

Time limit is exhausted. Please reload CAPTCHA.

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

Translate

最近の記事

アーカイブ

PAGE TOP