バージョン

CreateAccessibleObject メソッド

指定されたコンテキストでこの項目のためのユーザー補助オブジェクトを作成します。
シンタックス
'宣言
 
Protected Overridable Function CreateAccessibleObject( _
   ByVal galleryInstance As PopupGalleryTool, _
   ByVal group As GalleryToolItemGroup, _
   ByVal itemLocation As GalleryArea _
) As AccessibleObject
protected virtual AccessibleObject CreateAccessibleObject( 
   PopupGalleryTool galleryInstance,
   GalleryToolItemGroup group,
   GalleryArea itemLocation
)

パラメータ

galleryInstance
項目を表示するギャラリーのインスタンス。
group
項目を表示するグループ。プレビュー内の項目に対してこれは null になります。
itemLocation
項目の位置。
参照