Files
componentowl-astro/public/class-reference/better-listview/BetterListView~ComponentOwl.BetterListView.BetterListViewHitTestLocations.html

182 lines
9.6 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<html dir="LTR" xmlns:ndoc="urn:ndoc-schema">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="history" name="save" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>BetterListViewHitTestLocations Enumeration</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Better ListView Class Reference</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">BetterListViewHitTestLocations Enumeration</h1>
</div>
</div>
<div id="nstext">
<p> Locations of mouse pointer on a single position. </p>
<p>
This enumeration has a <a href="http://msdn.microsoft.com/en-us/library/System.FlagsAttribute(VS.90).aspx">
FlagsAttribute
</a>
attribute that allows a bitwise combination of its member values.
</p>
<div class="syntax">
<div class="attribute">[Flags]</div>
<div>public enum BetterListViewHitTestLocations</div>
</div>
<h4 class="dtH4">Members</h4>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr valign="top">
<th width="40%">Member Name</th>
<th width="40%">Description</th>
<th width="20%">Value</th>
</tr>
<tr valign="top"><td><b>Custom</b></td><td> custom pointer location </td><td>0</td></tr>
<tr valign="top"><td><b>ColumnArea</b></td><td> pointer located on column area (area for column headers) </td><td>1</td></tr>
<tr valign="top"><td><b>ContentArea</b></td><td> pointer located on content area (area for items and groups) </td><td>2</td></tr>
<tr valign="top"><td><b>ColumnHeader</b></td><td> pointer located on column header </td><td>4</td></tr>
<tr valign="top"><td><b>ColumnHeaderImage</b></td><td> pointer located on column header image </td><td>8</td></tr>
<tr valign="top"><td><b>ColumnHeaderText</b></td><td> pointer located on column header text </td><td>16</td></tr>
<tr valign="top"><td><b>ColumnHeaderBorder</b></td><td> pointer located on column header border </td><td>32</td></tr>
<tr valign="top"><td><b>ColumnHeaderSortGlyph</b></td><td> pointer located on column header sort glyph </td><td>64</td></tr>
<tr valign="top"><td><b>Item</b></td><td> pointer located on an item </td><td>128</td></tr>
<tr valign="top"><td><b>ItemSelection</b></td><td> pointer located on an item selection area </td><td>256</td></tr>
<tr valign="top"><td><b>ItemExpandButton</b></td><td> pointer located on an item expand button </td><td>512</td></tr>
<tr valign="top"><td><b>ItemCheckBox</b></td><td> pointer located on an item check box </td><td>1024</td></tr>
<tr valign="top"><td><b>ItemImage</b></td><td> pointer located on an item image </td><td>2048</td></tr>
<tr valign="top"><td><b>ItemText</b></td><td> pointer located on a sub-item text </td><td>4096</td></tr>
<tr valign="top"><td><b>SubItem</b></td><td> pointer located on a sub-item </td><td>8192</td></tr>
<tr valign="top"><td><b>SubItemImage</b></td><td> pointer located on a sub-item image </td><td>16384</td></tr>
<tr valign="top"><td><b>SubItemText</b></td><td> pointer located on a sub-item text </td><td>32768</td></tr>
<tr valign="top"><td><b>Group</b></td><td> pointer located on a group </td><td>65536</td></tr>
<tr valign="top"><td><b>GroupExpandButton</b></td><td> pointer located on a group expand button </td><td>131072</td></tr>
<tr valign="top"><td><b>GroupImage</b></td><td> pointer located on a group image </td><td>262144</td></tr>
<tr valign="top"><td><b>GroupText</b></td><td> pointer located on a group text </td><td>524288</td></tr></table>
</div>
<h4 class="dtH4">Requirements</h4>
<p>
<b>Namespace: </b>
<a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView</a>
</p>
<p>
<b>Assembly: </b>BetterListView (in BetterListView.dll)
</p>
<h4 class="dtH4">See Also</h4>
<p>
<a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a>
</p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="BetterListViewHitTestLocations enumeration">
</param>
<param name="Keyword" value="ComponentOwl.BetterListView.BetterListViewHitTestLocations enumeration">
</param>
<param name="Keyword" value="Custom enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.Custom enumeration member">
</param>
<param name="Keyword" value="ColumnArea enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ColumnArea enumeration member">
</param>
<param name="Keyword" value="ContentArea enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ContentArea enumeration member">
</param>
<param name="Keyword" value="ColumnHeader enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ColumnHeader enumeration member">
</param>
<param name="Keyword" value="ColumnHeaderImage enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ColumnHeaderImage enumeration member">
</param>
<param name="Keyword" value="ColumnHeaderText enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ColumnHeaderText enumeration member">
</param>
<param name="Keyword" value="ColumnHeaderBorder enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ColumnHeaderBorder enumeration member">
</param>
<param name="Keyword" value="ColumnHeaderSortGlyph enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ColumnHeaderSortGlyph enumeration member">
</param>
<param name="Keyword" value="Item enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.Item enumeration member">
</param>
<param name="Keyword" value="ItemSelection enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ItemSelection enumeration member">
</param>
<param name="Keyword" value="ItemExpandButton enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ItemExpandButton enumeration member">
</param>
<param name="Keyword" value="ItemCheckBox enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ItemCheckBox enumeration member">
</param>
<param name="Keyword" value="ItemImage enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ItemImage enumeration member">
</param>
<param name="Keyword" value="ItemText enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.ItemText enumeration member">
</param>
<param name="Keyword" value="SubItem enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.SubItem enumeration member">
</param>
<param name="Keyword" value="SubItemImage enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.SubItemImage enumeration member">
</param>
<param name="Keyword" value="SubItemText enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.SubItemText enumeration member">
</param>
<param name="Keyword" value="Group enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.Group enumeration member">
</param>
<param name="Keyword" value="GroupExpandButton enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.GroupExpandButton enumeration member">
</param>
<param name="Keyword" value="GroupImage enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.GroupImage enumeration member">
</param>
<param name="Keyword" value="GroupText enumeration member">
</param>
<param name="Keyword" value="BetterListViewHitTestLocations.GroupText enumeration member">
</param>
</object>
<hr />
<div id="footer">
<p>
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListViewHitTestLocations%20Enumeration">Send comments on this topic.</a>
</p>
<p>
<a>Copyright © 2010-2012 ComponentOwl.com</a>
</p>
<p>Generated from assembly BetterListView [3.1.0.0] by <a href="http://ndoc3.sourceforget.net">NDoc3</a></p>
</div>
</div>
</body>
</html>