Sha256: f36b4760a0a9e55f6aad5f09a22c5a32a669e5bafc239c691d6396268b051941

Contents?: true

Size: 259 Bytes

Versions: 6

Compression:

Stored size: 259 Bytes

Contents

#include "StdAfx.h"
#include "SelectionItem.h"

SelectionItem::SelectionItem(const HWND windowHandle) : AutomationControl(windowHandle)
{
}

SelectionItem::SelectionItem(const FindInformation& findInformation) : AutomationControl(findInformation)
{
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rautomation-0.10.0 ext/UiaDll/UiaDll/SelectionItem.cpp
rautomation-0.9.4 ext/UiaDll/UiaDll/SelectionItem.cpp
rautomation-0.9.3 ext/UiaDll/UiaDll/SelectionItem.cpp
rautomation-0.9.2 ext/UiaDll/UiaDll/SelectionItem.cpp
rautomation-0.9.1 ext/UiaDll/UiaDll/SelectionItem.cpp
rautomation-0.9.0 ext/UiaDll/UiaDll/SelectionItem.cpp