アイコン一覧

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関連

    Word 2013のアクセス キー一覧

    2013/10/24 追記:下記一覧表をPDFファイルにしました。…

  2. Office アドイン

    [Office用アプリ]TechEd North America 2013のセッション資料

    アメリカ・ニューオリンズで現地時間6月3日から6日にかけて開催された開…

  3. アイコン一覧

    Office 2013 アイコン一覧(M)

    ・Office 2013 アイコン一覧 NUM…

  4. Office関連

    SkyDriveの同期フォルダーのパスを取得するWordマクロ

    無料で使える便利なクラウドストレージ「SkyDrive」にはローカルフ…

  5. Office関連

    クイックアクセスツールバーから履歴を表示するWordテンプレート

    Word MVPの新田さんのブログで「【Word 2013】クイックア…

コメント

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

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

Time limit is exhausted. Please reload CAPTCHA.

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

Translate

最近の記事

アーカイブ

PAGE TOP