Version

ResolveSelectionDisplayStyle Method

Gets the resolved value of the SelectionDisplayStyle setting.
Syntax
'Declaration
 
Public Shared Function ResolveSelectionDisplayStyle( _
   ByVal gallery As PopupGalleryTool, _
   ByVal group As GalleryToolItemGroup, _
   ByVal item As GalleryToolItem _
) As SelectionDisplayStyle
public static SelectionDisplayStyle ResolveSelectionDisplayStyle( 
   PopupGalleryTool gallery,
   GalleryToolItemGroup group,
   GalleryToolItem item
)

Parameters

gallery
The gallery which owns the item.
group
The group where the item is displayed, or null if the item is displayed in the preview.
item
The item to resolve the image area size for.

Return Value

The resolved selection display style from the settings of all specified contexts.
Exceptions
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also