'宣言 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 )
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | item が null です。 |
| System.ArgumentNullException | gallery が null です。 |