WindowResizeGripDirectionExtensions.IsResizingVertically(WindowResizeGripDirection) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsResizingVertically(Microsoft::VisualStudio::PlatformUI::WindowResizeGripDirection direction);
public:
[System::Runtime::CompilerServices::Extension]
static bool IsResizingVertically(Microsoft::VisualStudio::PlatformUI::WindowResizeGripDirection direction);
public static bool IsResizingVertically (this Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirection direction);
static member IsResizingVertically : Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirection -> bool
<Extension()>
Public Function IsResizingVertically (direction As WindowResizeGripDirection) As Boolean
Paramètres
- direction
- WindowResizeGripDirection
Direction de redimensionnement à vérifier.
Retours
Retourne true si le sens de redimensionnement n’est pas Left et non Right ; sinon, retourne false .