アイコン一覧

Office 365アイコン(imageMso)一覧(U)

Office 365のデスクトップ版Officeアプリケーション(WordやExcelなど)のアイコン一覧を作成しました。

アルファベット別見出し

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 UnpinFromMyGroups
UnmarkAllForDownload UnmarkAllForDownload UnmarkSplit UnmarkSplit UnmergeCells UnmergeCells UnpinFromMyGroups UnpinFromMyGroups
UnreadMenu UpArrow2 UpdateAsScheduled UpdateAsScheduledMenu
UnreadMenu UnreadMenu UpArrow2 UpArrow2 UpdateAsScheduled UpdateAsScheduled UpdateAsScheduledMenu UpdateAsScheduledMenu
UpdateBibliography UpdateEvents UpdateFolder UpdateFolderList
UpdateBibliography UpdateBibliography UpdateEvents UpdateEvents UpdateFolder UpdateFolder UpdateFolderList UpdateFolderList
UpdateIcon UpdateInteractiveIndex UpgradeDocument UpgradeDrawing
UpdateIcon UpdateIcon UpdateInteractiveIndex UpdateInteractiveIndex UpgradeDocument UpgradeDocument UpgradeDrawing UpgradeDrawing
UpgradeOLC UpgradePresentation UpgradeProduct UpgradeWorkbook
UpgradeOLC UpgradeOLC UpgradePresentation UpgradePresentation UpgradeProduct UpgradeProduct UpgradeWorkbook UpgradeWorkbook
UploadAttachmentToOneDrive UploadToMSStream UploadToMSStreamRecording UpOneLevel
UploadAttachmentToOneDrive UploadAttachmentToOneDrive UploadToMSStream UploadToMSStream UploadToMSStreamRecording UploadToMSStreamRecording UpOneLevel UpOneLevel
UsageViewDetailActualCost UsageViewDetailActualWork UsageViewDetailBaselineWork UsageViewDetailCommittedUnits
UsageViewDetailActualCost UsageViewDetailActualCost UsageViewDetailActualWork UsageViewDetailActualWork UsageViewDetailBaselineWork UsageViewDetailBaselineWork UsageViewDetailCommittedUnits UsageViewDetailCommittedUnits
UsageViewDetailCommittedWork UsageViewDetailCost UsageViewDetailCumulativeWork UsageViewDetailOverallocation
UsageViewDetailCommittedWork UsageViewDetailCommittedWork UsageViewDetailCost UsageViewDetailCost UsageViewDetailCumulativeWork UsageViewDetailCumulativeWork UsageViewDetailOverallocation UsageViewDetailOverallocation
UsageViewDetailProposedUnits UsageViewDetailProposedWork UsageViewDetailRemainingAvailability UsageViewDetailsAdd
UsageViewDetailProposedUnits UsageViewDetailProposedUnits UsageViewDetailProposedWork UsageViewDetailProposedWork UsageViewDetailRemainingAvailability UsageViewDetailRemainingAvailability UsageViewDetailsAdd UsageViewDetailsAdd
UsageViewDetailWork UseAccountOnAnotherComputer UserRolesManage UserVoice
UsageViewDetailWork UsageViewDetailWork UseAccountOnAnotherComputer UseAccountOnAnotherComputer UserRolesManage UserRolesManage UserVoice UserVoice
UseVotingButtonsMenu UxContentLibGallery UxTextGallery UxVerticalTextGallery
UseVotingButtonsMenu UseVotingButtonsMenu UxContentLibGallery UxContentLibGallery UxTextGallery UxTextGallery UxVerticalTextGallery UxVerticalTextGallery

アイコンの活用方法

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

注意事項

関連記事

Office 365アイコン(imageMso)一覧(V)前のページ

Office 365アイコン(imageMso)一覧(T)次のページ

関連記事

  1. Office アドイン

    [Office用アプリ]Apps for Office サミット!で登壇しました。

    21日(土)に開催されたOffice 用アプリの勉強会「Apps fo…

  2. Office関連

    [VBA]ユーザーフォーム上のコンボボックスでオートコンプリート機能を実装する方法

    MSDNフォーラムに「ユーザーフォーム上のコンボボックスで、任意の文字…

  3. アイコン一覧

    Office 2013 アイコン一覧(NUM)

    ・Office 2013 アイコン一覧 NUM…

  4. Office関連

    SendKeysでWindowsキーを送信するVBAマクロ

    「VBA SendKeys Windowsキー」といったキーワード検索…

  5. Office関連

    ヘッドレス ChromeとSeleniumBasicでWebページ全体のスクリーンショットを撮る方法…

    先日、ヘッドレス ChromeでWebページ全体のスクリーンショットを…

  6. Office関連

    フォルダ(サブフォルダ含む)内の特定の拡張子のファイルに処理を行うVBAマクロ

    「Wordマクロ サブフォルダ ファイル処理」といったキーワードでのア…

コメント

  • コメント (0)

  • トラックバックは利用できません。

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

Time limit is exhausted. Please reload CAPTCHA.

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

Translate

最近の記事

アーカイブ

PAGE TOP