バージョン

PopupGalleryTool クラス

項目のギャラリーを含むポップアップ メニュー ツール。
シンタックス
'宣言
 
Public Class PopupGalleryTool 
   Inherits PopupMenuTool
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.IPopupItem, Infragistics.Win.Notifications.INotificationBadgeProvider, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner 
public class PopupGalleryTool : PopupMenuTool, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.IPopupItem, Infragistics.Win.Notifications.INotificationBadgeProvider, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner  
解説

この Microsoft Office 2007 UI 機能を使用する時には、Infragistics ライセンスが Microsoft Office 2007 UI の権利が付与されていることを確認してください。詳細は、officeui@microsoft.com までお問い合わせください。また、「Microsoft Office 2007 UI 機能のインストール」を参照してください。

Office 2007 で使用可能な LivePreview 機能を再現するには、GalleryToolActiveItemChange イベントを処理します。ユーザーがギャラリー項目をホットトラックする、またはキーボードで項目の周囲をナビゲートすると、このイベントが発生します。このイベントの発生以前の遅延は、ActivationInitialActionDelayActivationActionDelay によって制御できます。このイベントが非 null のギャラリー項目で発生したときに、ライブ プレビューをユーザーに表示する必要があります。このプレビューは、その項目を選択することになる場合には発生する変更を示します。null 項目でイベントが発生する場合、ユーザーはギャラリーの項目領域を残しておくため、ライブ プレビューは非表示になります。注: イベントがひとつ以上の非 null 項目で発生した場合、イベントは常に null 項目で常に発生します。

参照