Add documentation, class reference, and quick-start guide pages (5771 files)
This commit is contained in:
21
public/better-listview/class-reference.html
Normal file
21
public/better-listview/class-reference.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta name="Robots" content="noindex">
|
||||
<title>Better ListView Class Reference</title>
|
||||
<script language="JavaScript">
|
||||
// ensure this page is not loaded inside another frame
|
||||
if (top.location != self.location)
|
||||
{
|
||||
top.location = self.location;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<frameset cols="250,*" framespacing="6" bordercolor="#6699CC">
|
||||
<frame name="contents" src="../class-reference/better-listview/contents.html" frameborder="0" scrolling="no">
|
||||
<frame name="main" src="../class-reference/better-listview/~ComponentOwl.BetterListView.html" frameborder="1">
|
||||
<noframes>
|
||||
<p>This page requires frames, but your browser does not support them.</p>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
||||
227
public/better-listview/documentation.html
Normal file
227
public/better-listview/documentation.html
Normal file
@@ -0,0 +1,227 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta content="cs" http-equiv="Content-Language">
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<title>Better ListView Documentation</title>
|
||||
<link href="../documentation/better-listview/data/style.css" rel="stylesheet" type="text/css">
|
||||
<link href="../documentation/better-listview/resources/main.css" media="screen" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body class="index"><div class="placing">
|
||||
<h1>
|
||||
<strong>Better ListView Documentation
|
||||
</strong>
|
||||
</h1>
|
||||
<div class="banner">
|
||||
<a href="../blog/page/6/index.html"><img src="../documentation/better-listview/resources/overview.gif" alt="Better ListView" class="ss"></a>
|
||||
<div class="inside">
|
||||
<div class="text">Better ListView: Ultimate .NET ListView replacement control for WinForms (C#, VB.NET)</div>
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><a href="../betterlistview.exe" class="dbtn">Download</a></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><a href="../blog/page/6/index.html" class="dbtn">More Info</a></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-introduction.html">
|
||||
<strong>Introduction, Comparison</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">What this documentation covers; brief comparison to regular .NET
|
||||
ListView</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="quick-start-guide.html">
|
||||
<strong>Quick Start</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Step-by-step tutorial for using Better ListView in your
|
||||
application</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-background-image.html">
|
||||
<strong>Background Image</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Image on the control background, setting its layout and
|
||||
opacity</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-checkboxes.html">
|
||||
<strong>Check Boxes</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Enabling two and three state check boxes on items</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-collections.html">
|
||||
<strong>Collections</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Working with collections of columns, items, sub-items,
|
||||
groups</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-columns.html">
|
||||
<strong>Columns</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Hiding, resizing and reordering column headers</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-context-menus.html">
|
||||
<strong>Context Menus</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Displaying context menus on the control, column headers, groups
|
||||
and items</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-data.html">
|
||||
<strong>Data Binding</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Complex binding of custom list-based data to the
|
||||
control</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-drag-drop.html">
|
||||
<strong>Drag and Drop</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Setting-up Drag and Drop functionality and effects</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-embedded-controls.html">
|
||||
<strong>Embedded Controls</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Custom item and sub-item editing controls</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-empty-text.html">
|
||||
<strong>Empty Text</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Displaying customized text on empty list</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-focus.html">
|
||||
<strong>Focusing Elements</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">How items, sub-items and groups can be focused and how to detect
|
||||
focus changes</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-groups.html">
|
||||
<strong>Groups</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Working with item groups</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-hit-test.html">
|
||||
<strong>Hit Test</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Getting info for cursor position in the control</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-insertion-mark.html">
|
||||
<strong>Insertion Mark</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Specifying insertion mark location and apperance</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-item-hierarchy.html">
|
||||
<strong>Item Hierarchy</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Setting-up tree-like item hierarchy (parent and child items), item
|
||||
indentation</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-item-reorder.html">
|
||||
<strong>Item Reordering</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Changing item order automatically with Drag and Drop</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-items.html">
|
||||
<strong>Items</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Working with ListView items</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-label-edit.html">
|
||||
<strong>Label Editing</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Inline editing of items and sub-items</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-layout.html">
|
||||
<strong>Layout Properties</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Element and element part sizes and padding, multi-line text, image
|
||||
border</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-multi-line.html">
|
||||
<strong>Multi-line Items</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Setting up items with multiple lines of text</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-owner-draw.html">
|
||||
<strong>Owner Drawing</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Custom drawing over the control and its parts</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-performance.html">
|
||||
<strong>Performance</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Understanding Better ListView performance settings</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-save-load.html">
|
||||
<strong>Saving and Loading ListView Content</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Storing and retrieving items and groups in binary or XML
|
||||
format</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-search.html">
|
||||
<strong>Searching Items</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Item searching by typing or programmatically</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-serialization.html">
|
||||
<strong>Serialization</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Overview of Better ListView serialization capabilities</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-sort.html">
|
||||
<strong>Sorting Items</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Ordering items with multiple columns and custom
|
||||
comparers</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-sub-items.html">
|
||||
<strong>Sub-items</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Working with sub-items which are attached under items</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-text-formatting.html">
|
||||
<strong>Text Formatting</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Text alignment and trimming</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-tooltips.html">
|
||||
<strong>Tooltips</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Displaying customized tooltips on control and its parts</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-listview/data/chapter-views.html">
|
||||
<strong>Views</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Ways of displaying items, detecting view change</span>
|
||||
</p>
|
||||
<table cellpadding="0" class="footer"><tr>
|
||||
<td style="width: 50%">Better ListView Documentation</td>
|
||||
<td style="width: 50%; text-align: right;">
|
||||
Copyright © 2010-2012 <a href="../index.html" target="_blank">ComponentOwl.com</a>
|
||||
</td>
|
||||
</tr></table>
|
||||
</div></body>
|
||||
</html>
|
||||
437
public/better-listview/quick-start-guide.html
Normal file
437
public/better-listview/quick-start-guide.html
Normal file
@@ -0,0 +1,437 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<title>Quick Start</title>
|
||||
<link href="../documentation/better-listview/data/style.css" rel="stylesheet" type="text/css">
|
||||
<link href="../documentation/better-listview/data/prettify.css" type="text/css" rel="stylesheet">
|
||||
<script type="text/javascript" src="../documentation/better-listview/data/prettify.js"></script><script type="text/javascript" src="../documentation/better-listview/data/lang-vb.js"></script><link href="../documentation/better-listview/resources/main.css" media="screen" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body onload="prettyPrint()"><div class="placing">
|
||||
<br><table class="navigation"><tr>
|
||||
<td class="navigation-previous"><a href="../documentation/better-listview/data/chapter-introduction.html"><strong>
|
||||
« Introduction, Comparison</strong></a></td>
|
||||
<td class="navigation-index"><a href="../quick-start-guide/better-listview/index.html"><strong>Index</strong></a></td>
|
||||
<td class="navigation-next"><a href="../documentation/better-listview/data/chapter-background-image.html"><strong>Background Image »
|
||||
</strong></a></td>
|
||||
</tr></table>
|
||||
<br><h1>Quick Start</h1>
|
||||
<div class="banner">
|
||||
<a href="../blog/page/6/index.html"><img src="../documentation/better-listview/resources/overview.gif" alt="Better ListView" class="ss"></a>
|
||||
<div class="inside">
|
||||
<div class="text">Better ListView: Ultimate .NET ListView replacement control for WinForms (C#, VB.NET)</div>
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><a href="../betterlistview.exe" class="dbtn">Download</a></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><a href="../blog/page/6/index.html" class="dbtn">More Info</a></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Table of Contents</h2>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#prerequisites">Tutorial Prerequisites</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#tutorial">Step-by-step tutorial</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#troubleshooting">Installation
|
||||
Troubleshooting</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#activation-online">Online
|
||||
Activation</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#activation-offline">Offline
|
||||
Activation</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#migrating">Migrating from .NET ListView</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#support">Learning Resources and Getting
|
||||
Support</a></p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="prerequisites" id="prerequisites"></a>Tutorial Prerequisites</h2>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Visual Studio 2012 / 2010 / 2008 / 2005</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>.NET Framework 4.5 / 4.0 / 3.5 / 3.0 / 2.0 (<strong><em>Compact
|
||||
Framework is not supported</em></strong>)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Visual C# or Visual Basic</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>
|
||||
<a name="tutorial" id="tutorial"></a>Step-by-step Tutorial</h2>
|
||||
|
||||
|
||||
<p>Start with a new "<strong><em>Windows Forms Application</em></strong>"
|
||||
project. A designer with empty Form appears. Display the
|
||||
<strong><em>Toolbox</em></strong> window (<strong><em>View -
|
||||
Toolbox</em></strong>):</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart1.png"></p>
|
||||
|
||||
<p>The Toolbox should contain a new tab called
|
||||
"<strong><em>ComponentOwl</em></strong>" containing all the installed component
|
||||
from ComponentOwl, including Better ListView.</p>
|
||||
|
||||
|
||||
|
||||
<p>If you chose <strong><em>not to</em></strong> integrate component in
|
||||
Visual Studio during installation or the component have not been
|
||||
successfully integrated, please follow the next steps.</p>
|
||||
|
||||
<p>Right-click on empty area of the Toolbox window and select
|
||||
"<strong><em>Choose Items...</em></strong>":</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart2.png"></p>
|
||||
|
||||
<p>In the "<strong><em>Choose Toolbox Items</em></strong>" dialog, select
|
||||
the "<strong><em>.NET Framework Components</em></strong>" tab. If the comonent
|
||||
has been properly installed, it will be already listed here. If you find
|
||||
it, make sure the newest version is checked (e.g. 2.5.2.0 instead of
|
||||
1.0.0.0) and click "<strong><em>OK</em></strong>":</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart3-1.png"></p>
|
||||
|
||||
<p>If you need other than installed version (e.g. DLL to match for
|
||||
specific .NET Framework version) click on the
|
||||
"<strong><em>Browse...</em></strong>" button:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart3-2.png"></p>
|
||||
|
||||
<p>Browse for the <span class="code">betterlistview.dll</span> file containing the
|
||||
component.</p>
|
||||
|
||||
|
||||
|
||||
<p>The location depends on where you installed the product. The default
|
||||
location is:</p>
|
||||
|
||||
<pre>C:\Program Files\Component Owl\Better ListView\Redistributable</pre>
|
||||
|
||||
<p>You can choose the file right within
|
||||
"<strong><em>Redistributable</em></strong>" folder. This is .NET 2.0 component
|
||||
compatible with .NET Framework 2.0 or higher. If you want binary for a
|
||||
specific .NET version or Client Profile, choose the file from
|
||||
"<strong><em>.NET Framework Specific</em></strong>" folder:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart4.png"></p>
|
||||
|
||||
<p>Make sure the check box next to
|
||||
"<strong><em>BetterListView</em></strong>" is checked and click
|
||||
"<strong><em>OK</em></strong>":</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart5.png"></p>
|
||||
|
||||
<p>Now the component should appear in your Toolbox:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart6.png"></p>
|
||||
|
||||
<p>Select the component and place it on designer surface:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart7.png"></p>
|
||||
|
||||
<p>Now you can design Better ListView the same way as any other
|
||||
control:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart8.png"></p>
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="troubleshooting" id="troubleshooting"></a>Installation
|
||||
Troubleshooting</h2>
|
||||
|
||||
|
||||
<p>If the component does not appear in Toolbox, make sure that your
|
||||
target framework version is a full-featured .NET Framework 2.0, 3.0, 3.5
|
||||
or 4.0. The Compact Framework is not supported.</p>
|
||||
|
||||
<p>You can also try the "<strong><em>Reset Toolbox</em></strong>" option
|
||||
from the Toolbox context menu, restart Visual Studio and try to add the
|
||||
control again.</p>
|
||||
|
||||
<p>Sometimes even the Toolbox can get corrupted (known issue on Visual
|
||||
Studio 2010) and its cache needs to be cleared. Simply remove all
|
||||
"<strong><em>.tbd</em></strong>" files from this folder:</p>
|
||||
|
||||
<p>Vista/Windows 7:</p>
|
||||
|
||||
<pre>\Users\<user>\AppData\Local\Microsoft\VisualStudio\10.0\*.tbd</pre>
|
||||
|
||||
<p>Windows XP:</p>
|
||||
|
||||
<pre>\Documents and Settings\<user directory>\Local Settings\Application Data\Microsoft\VisualStudio\10.0\*.tbd</pre>
|
||||
|
||||
<p>Make sure the Visual Studio is not running when removing the files.
|
||||
The Toolbox should reload its default items when opened.</p>
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="activation-online" id="activation-online"></a>Online Activation</h2>
|
||||
|
||||
|
||||
<p>By default, Better ListView runs in <strong><em>trial</em></strong> mode.
|
||||
The only limitations of <strong><em>trial</em></strong> version are watermark
|
||||
displayed on the control...</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart-watermark.png"></p>
|
||||
|
||||
<p>and an <strong><em>Activation Dialog</em></strong>, that appears on every
|
||||
application run:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart-activation.png"></p>
|
||||
|
||||
<p>There are three possible actions:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong><em>Purchase</em></strong> - obtain serial key for Better
|
||||
ListView to activate it</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong><em>Activate</em></strong> - enter serial key to obtain
|
||||
license</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong><em>Continue</em></strong> (or close the dialog) - skip this
|
||||
dialog and start using Better ListView</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>When activating Better ListView, you are asked for a serial key
|
||||
(obtained by <strong><em><a href="../pricing-licensing/better-listview.html">pruchasing
|
||||
Better ListView</a></em></strong>):</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart-sn.png"></p>
|
||||
|
||||
<br><hr>
|
||||
<p class="note">Internet connection is required to activate Better ListView. If
|
||||
you need to activate the product off-line, please <strong><em><a href="mailto:support@componentowl.com?subject=Offline%20Activation%20of%20Better%20ListView">contact
|
||||
us</a></em></strong>.</p>
|
||||
<hr>
|
||||
<br><p>When the Better ListView is activated, it uses the standard
|
||||
licensing scheme of .NET. When a form is created or opened in
|
||||
<strong><em>Windows Forms Designer</em></strong>, a
|
||||
<strong><em>licenses.licx</em></strong> file is updated in your project and the
|
||||
trial version notification disappears.</p>
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="activation-offline" id="activation-offline"></a>Offline Activation</h2>
|
||||
|
||||
|
||||
<p>If the activation is blocked by a firewall or proxy server, you can
|
||||
activate Better ListView <strong><em>offline</em></strong>.</p>
|
||||
|
||||
<p>First, call the following static method from code:</p>
|
||||
|
||||
<pre>BetterListView.ShowOfflineActivationDialog()</pre>
|
||||
|
||||
<p>A dialog appears containing your computer ID:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-listview/data/quickstart-activation-offline.png"></p>
|
||||
|
||||
<p>Please copy this code to clipboard (Control+C) and send us the code
|
||||
along with your <strong><em>serial number</em></strong> you obtained when
|
||||
purchased the product to <strong><em><a href="mailto:support@componentowl.com?subject=Offline%20Activation%20of%20Better%20ListView">support@componentowl.com</a></em></strong>.</p>
|
||||
|
||||
<p>The serial number is a 16-character code the identifies your
|
||||
purchased product, e.g.:</p>
|
||||
|
||||
<p></p>
|
||||
<pre>5KTPNX6QNJBZNJTL</pre>The computer ID is
|
||||
rather longer code that is unique to your machine:
|
||||
|
||||
<pre>6780f65cb1b86f9a10dacc662906c3d371ab4abc</pre>
|
||||
|
||||
<p>With this information, we will generate a license file and send it
|
||||
to back to you via e-mail.</p>
|
||||
|
||||
<p>You can find a file <span class="code">license-blv.dat</span> in the e-mail
|
||||
attachment we send in reply. Please copy this file in the following path
|
||||
(and create the folder <span class="code">Component Owl</span> if it does not
|
||||
exist):</p>
|
||||
|
||||
<p>Windows 7, 8, Vista:</p>
|
||||
|
||||
<pre>c:\ProgramData\Component Owl\</pre>
|
||||
|
||||
<p>Windows XP:</p>
|
||||
|
||||
<pre>c:\Documents and Settings\All Users\Application Data\Component Owl\</pre>
|
||||
|
||||
<p>Now just rebuild the project referencing Better ListView and you are
|
||||
done.</p>
|
||||
|
||||
<p>Please note the license works for <strong><em>specific
|
||||
product</em></strong> and <strong><em>specific computer</em></strong>. It won't
|
||||
work on other machines or with other Component Owl's products. You need to
|
||||
activate Better ListView for each machine on which you want to build
|
||||
projects.</p>
|
||||
|
||||
|
||||
<h2>Updating to Newer Version of Better ListView</h2>
|
||||
|
||||
|
||||
<p>If a new version of Better ListView is released, to update to newer
|
||||
version, simply <strong><em><a href="../betterlistview.exe">download</a></em></strong>
|
||||
and install the new version. The installer will prompt for updating to a
|
||||
new version.</p>
|
||||
|
||||
<p>The DLL with the component (<span class="code">betterlistview.dll</span>) is
|
||||
installed usually in <strong><em>Program Files</em></strong> folder, so if you
|
||||
use copies of the library on other locations on your disk, replace the old
|
||||
copies with the new version.</p>
|
||||
|
||||
<p>The <strong><em>licenses.licx</em></strong> file in your project may also
|
||||
point to an older version of Better ListView. To update
|
||||
<strong><em>licenses.licx</em></strong> open some form with Better ListView in
|
||||
<strong><em>Windows Forms Designer</em></strong> and compile. A new line will
|
||||
be added to the <strong><em>licenses.licx</em></strong> for the new version of
|
||||
the Better ListView. You can delete the line with the reference to older
|
||||
version, e.g.:</p>
|
||||
|
||||
<pre>ComponentOwl.BetterListView.BetterListView, BetterListView, Version=1.4.0.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2</pre>
|
||||
|
||||
<p>should be switched to:</p>
|
||||
|
||||
<pre>ComponentOwl.BetterListView.BetterListView, BetterListView, Version=2.7.0.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2</pre>
|
||||
|
||||
<p>if <span class="code">2.7.0.0</span> is the updated version of Better ListView.
|
||||
You can do the update of <strong><em>licenses.licx</em></strong> file with text
|
||||
editor within <strong><em>Visual Studio</em></strong>, if you know the new
|
||||
version number.</p>
|
||||
|
||||
<p><br></p>
|
||||
<hr>
|
||||
<p class="note">If you use Better ListView in separate project, you need to copy
|
||||
<strong><em>licenses.licx</em></strong> file to the main project as
|
||||
well.</p>
|
||||
<hr>
|
||||
<br><h2>
|
||||
<a name="migrating" id="migrating"></a>Migrating from .NET ListView</h2>
|
||||
|
||||
|
||||
<p>We did our best to make Better ListView as similar to regular .NET
|
||||
ListView as possible while having all its extra features. Better ListView,
|
||||
however, is not a ListView-derived control - it is completely autonomous
|
||||
WinForms control. The following rules of thumb will help you to migrate
|
||||
from ListView to Better ListView:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Most structures are named equally, only with
|
||||
<strong><em>Better-</em></strong> prefix (e.g.
|
||||
<span class="code">BetterListViewItem</span> instead of
|
||||
<span class="code">ListViewItem</span>).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Better ListView <strong><em>does not</em></strong> use the same
|
||||
structures and classes as .NET ListView (e.g. use
|
||||
<span class="code">ComponentOwl.BetterListView.BetterListViewView</span> instead of
|
||||
<span class="code">System.Windows.Forms.View</span>).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Many features and structures of Better ListView are richer (e.g.
|
||||
insertion mark, Drag and Drop functionality). The types contain extra
|
||||
overrides for constructors, methods and properties. They should be
|
||||
sometimes used differently and they behave little bit differently;
|
||||
look in the documentation first to avoid confusion.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>To compare usage of .NET ListView and Better ListView, consider the
|
||||
following code using Better ListView instead the regular .NET
|
||||
ListView:</p>
|
||||
|
||||
<p><strong>C#</strong></p>
|
||||
<pre class="prettyprint"><code class="lang-cs">BetterListView listView = new BetterListView();
|
||||
|
||||
BetterListViewItem item = new BetterListViewItem("new item");
|
||||
|
||||
listView.Items.Add(item);
|
||||
|
||||
listView.View = BetterListViewView.List;
|
||||
|
||||
// ...
|
||||
|
||||
BetterListViewHitTestInfo hitTestInfo = listView.HitTest(new Point(0, 0));</code></pre>
|
||||
|
||||
<p><strong>Visual Basic</strong></p>
|
||||
<pre class="prettyprint"><code class="lang-vb">Dim listView As New BetterListView()
|
||||
|
||||
Dim item As New BetterListViewItem("new item")
|
||||
|
||||
listView.Items.Add(item)
|
||||
|
||||
listView.View = BetterListViewView.List
|
||||
|
||||
' ...
|
||||
|
||||
Dim hitTestInfo As BetterListViewHitTestInfo = listView.HitTest(New Point(0, 0))</code></pre>
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="support" id="support"></a>Learning resources and getting
|
||||
support</h2>
|
||||
|
||||
|
||||
<p>The documentation and learning resources include:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong><em>HTML documentation</em></strong> with about 30 chapters
|
||||
(the Quick Start guide you are reading right now is the second
|
||||
chapter)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Sample projects in C# and VB.NET</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Samples Explorer</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Class Reference (technical documentation)</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>You can find all these resources in <strong><em>Start Menu -
|
||||
ComponentOwl - Better ListView</em></strong>.</p>
|
||||
|
||||
<p>The C# and Visual Basic Samples are located at:</p>
|
||||
|
||||
<p>Windows 7, 8, Vista:</p>
|
||||
|
||||
<pre>\Users\<user>\Documents\ComponentOwl\Better ListView Samples</pre>
|
||||
|
||||
<p>Windows XP:</p>
|
||||
|
||||
<pre>\Documents and Settings\<user directory>\My Documents\ComponentOwl\Better ListView Samples</pre>
|
||||
|
||||
<p>Make sure the Visual Studio is not running when removing the files.
|
||||
The Toolbox should reload its default items when opened.</p>
|
||||
|
||||
<p>We will happily answer any of your questions and provide further
|
||||
assistance. Just email us at <strong><em><a href="mailto:support@componentowl.com?subject=Better%20ListView%20Support">support@componentowl.com</a></em></strong>.
|
||||
Or, you can use the online form at <strong><em><a href="../support.html">www.componentowl.com/support</a></em></strong>.</p>
|
||||
|
||||
|
||||
|
||||
<br><div class="banner">
|
||||
<a href="../blog/page/6/index.html"><img src="../documentation/better-listview/resources/overview.gif" alt="Better ListView" class="ss"></a>
|
||||
<div class="inside">
|
||||
<div class="text">Better ListView: Ultimate .NET ListView replacement control for WinForms (C#, VB.NET)</div>
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><a href="../betterlistview.exe" class="dbtn">Download</a></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><a href="../blog/page/6/index.html" class="dbtn">More Info</a></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<table class="navigation"><tr>
|
||||
<td class="navigation-previous"><a href="../documentation/better-listview/data/chapter-introduction.html"><strong>
|
||||
« Introduction, Comparison</strong></a></td>
|
||||
<td class="navigation-index"><a href="../quick-start-guide/better-listview/index.html"><strong>Index</strong></a></td>
|
||||
<td class="navigation-next"><a href="../documentation/better-listview/data/chapter-background-image.html"><strong>Background Image »
|
||||
</strong></a></td>
|
||||
</tr></table>
|
||||
<br><table class="footer"><tr>
|
||||
<td class="footer-title">Better ListView Documentation
|
||||
</td>
|
||||
<td class="footer-copyright">
|
||||
Copyright © 2010-2012 <a href="../index.html" target="_blank">ComponentOwl.com</a>
|
||||
</td>
|
||||
</tr></table>
|
||||
</div></body>
|
||||
</html>
|
||||
21
public/better-splitbutton/class-reference.html
Normal file
21
public/better-splitbutton/class-reference.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta name="Robots" content="noindex">
|
||||
<title>Better SplitButton Class Reference</title>
|
||||
<script language="JavaScript">
|
||||
// ensure this page is not loaded inside another frame
|
||||
if (top.location != self.location)
|
||||
{
|
||||
top.location = self.location;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<frameset cols="250,*" framespacing="6" bordercolor="#6699CC">
|
||||
<frame name="contents" src="../class-reference/better-splitbutton/contents.html" frameborder="0" scrolling="no">
|
||||
<frame name="main" src="../class-reference/better-splitbutton/~ComponentOwl.BetterSplitButton.html" frameborder="1">
|
||||
<noframes>
|
||||
<p>This page requires frames, but your browser does not support them.</p>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
||||
52
public/better-splitbutton/documentation.html
Normal file
52
public/better-splitbutton/documentation.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta content="cs" http-equiv="Content-Language">
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<title>Better SplitButton Documentation</title>
|
||||
<link href="../documentation/better-splitbutton/data/style.css" rel="stylesheet" type="text/css">
|
||||
<link href="../documentation/better-splitbutton/resources/main.css" media="screen" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body class="index"><div class="placing">
|
||||
<h1>
|
||||
<strong>Better SplitButton Documentation
|
||||
</strong>
|
||||
</h1>
|
||||
<div class="banner">
|
||||
<a href="../blog/page/6/index.html"><img src="../documentation/better-splitbutton/resources/overview.gif" alt="Better ListView" class="ss"></a>
|
||||
<div class="inside">
|
||||
<div class="text">Better ListView: Ultimate .NET ListView replacement control for WinForms (C#, VB.NET)</div>
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><a href="../betterlistview.exe" class="dbtn">Download</a></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><a href="../blog/page/6/index.html" class="dbtn">More Info</a></span></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="toc-entry">
|
||||
<a href="quick-start-guide.html">
|
||||
<strong>Quick Start</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">step-by-step tutorial for using Better ListView in your
|
||||
application</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-splitbutton/data/chapter-properties.html">
|
||||
<strong>Better SplitButton Properties</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Properties for adjusting Better SplitButton appearance and
|
||||
behavior</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-splitbutton/data/chapter-known-issues.html">
|
||||
<strong>Known Issues</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Things that are not yet available in Better SplitButton contrary
|
||||
to WinForms Button</span>
|
||||
</p>
|
||||
<table cellpadding="0" class="footer"><tr>
|
||||
<td style="width: 50%">Better SplitButton Documentation</td>
|
||||
<td style="width: 50%; text-align: right;">
|
||||
Copyright © 2010-2012<a href="../index.html" target="_blank">ComponentOwl.com</a>
|
||||
</td>
|
||||
</tr></table>
|
||||
</div></body>
|
||||
</html>
|
||||
225
public/better-splitbutton/quick-start-guide.html
Normal file
225
public/better-splitbutton/quick-start-guide.html
Normal file
@@ -0,0 +1,225 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<title>Quick Start</title>
|
||||
<link href="../documentation/better-splitbutton/data/style.css" rel="stylesheet" type="text/css">
|
||||
<link href="../documentation/better-splitbutton/data/prettify.css" type="text/css" rel="stylesheet">
|
||||
<script type="text/javascript" src="../documentation/better-splitbutton/data/prettify.js"></script><script type="text/javascript" src="../documentation/better-splitbutton/data/lang-vb.js"></script><link href="../documentation/better-splitbutton/resources/main.css" media="screen" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body onload="prettyPrint()"><div class="placing">
|
||||
<br><table class="navigation"><tr>
|
||||
<td class="navigation-previous"></td>
|
||||
<td class="navigation-index"><a href="documentation.html"><strong>Index</strong></a></td>
|
||||
<td class="navigation-next"><a href="../documentation/better-splitbutton/data/chapter-properties.html"><strong>Better SplitButton Properties »
|
||||
</strong></a></td>
|
||||
</tr></table>
|
||||
<br><h1>Quick Start</h1>
|
||||
<div class="banner">
|
||||
<a href="../blog/page/6/index.html"><img src="../documentation/better-splitbutton/resources/overview.gif" alt="Better ListView" class="ss"></a>
|
||||
<div class="inside">
|
||||
<div class="text">Better ListView: Ultimate .NET ListView replacement control for WinForms (C#, VB.NET)</div>
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><a href="../betterlistview.exe" class="dbtn">Download</a></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><a href="../blog/page/6/index.html" class="dbtn">More Info</a></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Table of Contents</h2>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#prerequisites">Tutorial Prerequisites</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#tutorial">Step-by-step tutorial</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#troubleshooting">Installation
|
||||
Troubleshooting</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#support">Learning Resources and Getting
|
||||
Support</a></p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="prerequisites" id="prerequisites"></a>Tutorial Prerequisites</h2>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Visual Studio 2010 / 2008 / 2005</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>.NET Framework 2.0 / 3.0 / 3.5 / 4.0 (<strong><em>make sure it is
|
||||
not a "Client Profile" or "Compact Framework" - these are not
|
||||
supported</em></strong>)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Visual C# or Visual Basic</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>
|
||||
<a name="tutorial" id="tutorial"></a>Step-by-step Tutorial</h2>
|
||||
|
||||
|
||||
<p>Start with a new "<strong><em>Windows Forms Application</em></strong>"
|
||||
project. A designer with empty Form appears. Display the
|
||||
<strong><em>Toolbox</em></strong> window (<strong><em>View -
|
||||
Toolbox</em></strong>):</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-splitbutton/data/designer.png"></p>
|
||||
|
||||
<p>The Toolbox should contain a new tab called
|
||||
"<strong><em>ComponentOwl</em></strong>" containing all the installed component
|
||||
from ComponentOwl, including Better SplitButton.</p>
|
||||
|
||||
<p>If you chose <strong><em>not to</em></strong> integrate component in
|
||||
Visual Studio during installation or the component have not been
|
||||
successfully integrated, please follow the next steps.</p>
|
||||
|
||||
<p>Right-click on empty area of the Toolbox window and select
|
||||
"<strong><em>Choose Items...</em></strong>":</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-splitbutton/data/choose_items.png"></p>
|
||||
|
||||
<p>In the "<strong><em>Choose Toolbox Items</em></strong>" dialog, select
|
||||
the "<strong><em>.NET Framework Components</em></strong>" tab. If the comonent
|
||||
has been properly installed, it will be already listed here. If you find
|
||||
it, make sure the newest version is checked (e.g. 2.1.0.0 instead of
|
||||
1.0.0.0) and click "<strong><em>OK</em></strong>":</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-splitbutton/data/toolbox.png"></p>
|
||||
|
||||
<p>Now the component should appear in your Toolbox. Select the
|
||||
component and place it on designer surface:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-splitbutton/data/place_button.png"></p>
|
||||
|
||||
<p>Now you can design Better SplitButton the same way as any other
|
||||
control:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-splitbutton/data/properties.png"></p>
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="troubleshooting" id="troubleshooting"></a>Installation
|
||||
Troubleshooting</h2>
|
||||
|
||||
|
||||
<p>If the component does not appear in Toolbox, make sure that your
|
||||
target framework version is a full-featured .NET Framework 2.0, 3.0, 3.5
|
||||
or 4.0. The Compact Framework or Client Profile are not supported.</p>
|
||||
|
||||
<p>You can also try the "<strong><em>Reset Toolbox</em></strong>" option
|
||||
from the Toolbox context menu, restart Visual Studio and try to add the
|
||||
control again.</p>
|
||||
|
||||
<p>Sometimes even the Toolbox can get corrupted (known issue on Visual
|
||||
Studio 2010) and its cache needs to be cleared. Simply remove all
|
||||
"<strong><em>.tbd</em></strong>" files from this folder:</p>
|
||||
|
||||
<p>Vista/Windows 7:</p>
|
||||
|
||||
<pre>\Users\<user>\AppData\Local\Microsoft\VisualStudio\10.0\*.tbd</pre>
|
||||
|
||||
<p>Windows XP:</p>
|
||||
|
||||
<pre>\Documents and Settings\<user directory>\Local Settings\Application Data\Microsoft\VisualStudio\10.0\*.tbd</pre>
|
||||
|
||||
<p>Make sure the Visual Studio is not running when removing the files.
|
||||
The Toolbox should reload its default items when opened.</p>
|
||||
|
||||
|
||||
<h2>Updating to Newer Version of Better SplitButton</h2>
|
||||
|
||||
|
||||
<p>If a new version of Better SplitButton is released, to update to
|
||||
newer version, simply <strong><em><a href="../bettersplitbutton.exe">download</a></em></strong>
|
||||
and install the new version. The installer will prompt for updating to a
|
||||
new version.</p>
|
||||
|
||||
<p>The DLL with the component (<span class="code">betterlistview.dll</span>) is
|
||||
installed usually in <strong><em>Program Files</em></strong> folder, so if you
|
||||
use copies of the library on other locations on your disk, replace the old
|
||||
copies with the new version.</p>
|
||||
|
||||
<p>The <strong><em>licenses.licx</em></strong> file in your project may also
|
||||
point to an older version of Better ListView. To update
|
||||
<strong><em>licenses.licx</em></strong> open some form with Better ListView in
|
||||
<strong><em>Windows Forms Designer</em></strong> and compile. A new line will
|
||||
be added to the <strong><em>licenses.licx</em></strong> for the new version of
|
||||
the Better ListView. You can delete the line with the reference to older
|
||||
version, e.g.:</p>
|
||||
|
||||
<pre>ComponentOwl.BetterListView.BetterListView, BetterListView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2</pre>
|
||||
|
||||
<p>should be switched to:</p>
|
||||
|
||||
<pre>ComponentOwl.BetterListView.BetterListView, BetterListView, Version=2.2.0.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2</pre>
|
||||
|
||||
<p>if <span class="code">2.2.0.0</span> is the updated version of Better ListView.
|
||||
You can do the update of licenses.licx file with text editor within
|
||||
<strong><em>Visual Studio</em></strong>, if you know the new version
|
||||
number.</p>
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="support" id="support"></a>Learning resources and getting
|
||||
support</h2>
|
||||
|
||||
|
||||
<p>The documentation and learning resources include:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong><em>HTML documentation</em></strong></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Sample projects in C# and VB.NET</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Samples explorer (which includes source code snippets as
|
||||
well)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Class reference (technical documentation)</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>You can find all these resources in <strong><em>Start Menu - Better
|
||||
ListView</em></strong>.</p>
|
||||
|
||||
<p>The C# and Visual Basic Samples are located at:</p>
|
||||
|
||||
<p>Vista/Windows 7:</p>
|
||||
|
||||
<pre>\Users\<user>\Documents\ComponentOwl\Better SplitButton Samples</pre>
|
||||
|
||||
<p>Windows XP:</p>
|
||||
|
||||
<pre>\Documents and Settings\<user directory>\My Documents\ComponentOwl\Better SplitButton Samples</pre>
|
||||
|
||||
<p>Make sure the Visual Studio is not running when removing the files.
|
||||
The Toolbox should reload its default items when opened.</p>
|
||||
|
||||
<p>We will happily answer any of your questions and provide further
|
||||
assistance. Just email us at <strong><em><a href="mailto:support@componentowl.com?subject=Better%20ListView%20Support">support@componentowl.com</a></em></strong>.
|
||||
Or, you can use the online form at <strong><em><a href="../support.html">www.componentowl.com/support</a></em></strong>.</p>
|
||||
|
||||
|
||||
|
||||
<br><div class="banner">
|
||||
<a href="../blog/page/6/index.html"><img src="../documentation/better-splitbutton/resources/overview.gif" alt="Better ListView" class="ss"></a>
|
||||
<div class="inside">
|
||||
<div class="text">Better ListView: Ultimate .NET ListView replacement control for WinForms (C#, VB.NET)</div>
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><a href="../betterlistview.exe" class="dbtn">Download</a></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><a href="../blog/page/6/index.html" class="dbtn">More Info</a></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<table class="navigation"><tr>
|
||||
<td class="navigation-previous"></td>
|
||||
<td class="navigation-index"><a href="documentation.html"><strong>Index</strong></a></td>
|
||||
<td class="navigation-next"><a href="../documentation/better-splitbutton/data/chapter-properties.html"><strong>Better SplitButton Properties »
|
||||
</strong></a></td>
|
||||
</tr></table>
|
||||
<br><table class="footer"><tr>
|
||||
<td class="footer-title">Better SplitButton Documentation
|
||||
</td>
|
||||
<td class="footer-copyright">
|
||||
Copyright © <a href="../index.html" target="_blank">ComponentOwl.com</a>
|
||||
</td>
|
||||
</tr></table>
|
||||
</div></body>
|
||||
</html>
|
||||
21
public/better-thumbnail-browser/class-reference.html
Normal file
21
public/better-thumbnail-browser/class-reference.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta name="Robots" content="noindex">
|
||||
<title>btb-class</title>
|
||||
<script language="JavaScript">
|
||||
// ensure this page is not loaded inside another frame
|
||||
if (top.location != self.location)
|
||||
{
|
||||
top.location = self.location;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<frameset cols="250,*" framespacing="6" bordercolor="#6699CC">
|
||||
<frame name="contents" src="../class-reference/better-thumbnail-browser/contents.html" frameborder="0" scrolling="no">
|
||||
<frame name="main" src="../class-reference/better-thumbnail-browser/~ComponentOwl.BetterThumbnailBrowser.html" frameborder="1">
|
||||
<noframes>
|
||||
<p>This page requires frames, but your browser does not support them.</p>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
||||
243
public/better-thumbnail-browser/documentation.html
Normal file
243
public/better-thumbnail-browser/documentation.html
Normal file
@@ -0,0 +1,243 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta content="cs" http-equiv="Content-Language">
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<title>Better Thumbnail Browser Documentation</title>
|
||||
<link href="../documentation/better-thumbnail-browser/data/style.css" rel="stylesheet" type="text/css">
|
||||
<link href="../documentation/better-thumbnail-browser/resources/main.css" media="screen" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body class="index"><div class="placing">
|
||||
<h1>
|
||||
<strong>Better Thumbnail Browser Documentation
|
||||
</strong>
|
||||
</h1>
|
||||
<div class="banner">
|
||||
<a href="../better-thumbnail-browser.html"><img src="../documentation/better-thumbnail-browser/resources/better-thumbnail-browser-overview.gif" alt="Better Thumbnail Browser" class="ss"></a>
|
||||
<div class="inside">
|
||||
<div class="text">Better Thumbnail Browser for .NET (C#, VB) - Image thumbnail viewing and loading control</div>
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><a href="../betterthumbnailbrowser.exe" class="dbtn">Download</a></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><a href="../better-thumbnail-browser.html" class="dbtn">More Info</a></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<table class="heading-table"><tr>
|
||||
<td class="heading">
|
||||
<h2>Better Thumbnail Browser Features</h2>
|
||||
</td>
|
||||
<td>
|
||||
<hr class="heading-line">
|
||||
</td>
|
||||
</tr></table>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-overview.html">
|
||||
<strong>Overview</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">What this documentation covers; list Better Thumbnail Browser
|
||||
features</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="quick-start-guide.html">
|
||||
<strong>Quick Start</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Step-by-step tutorial for using Better ListView in your
|
||||
application</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-using.html">
|
||||
<strong>Using the Control</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Basic usage of Better Thumbnail Browser</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-layout.html">
|
||||
<strong>Layout</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Element and element part sizes and padding, multi-line text, image
|
||||
border</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-loading.html">
|
||||
<strong>Loading Thumbnails</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Loading images from a folder on disk or using custom loader
|
||||
class.</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-text-formatting.html">
|
||||
<strong>Text Formatting</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Text alignment and trimming</span>
|
||||
</p>
|
||||
<table class="heading-table"><tr>
|
||||
<td class="heading">
|
||||
<h2>Features Inherited from Better ListView</h2>
|
||||
</td>
|
||||
<td>
|
||||
<hr class="heading-line">
|
||||
</td>
|
||||
</tr></table>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-background-image.html">
|
||||
<strong>Background Image</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Image on the control background, setting its layout and
|
||||
opacity</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-checkboxes.html">
|
||||
<strong>Check Boxes</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Enabling two and three state check boxes on items</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-collections.html">
|
||||
<strong>Collections</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Working with collections of columns, items, sub-items,
|
||||
groups</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-columns.html">
|
||||
<strong>Columns</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Hiding, resizing and reordering column headers</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-context-menus.html">
|
||||
<strong>Context Menus</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Displaying context menus on the control, column headers, groups
|
||||
and items</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-data.html">
|
||||
<strong>Data Binding</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Complex binding of custom list-based data to the
|
||||
control</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-drag-drop.html">
|
||||
<strong>Drag and Drop</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Setting-up Drag and Drop functionality and effects</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-empty-text.html">
|
||||
<strong>Empty Text</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Displaying customized text on empty list</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-focus.html">
|
||||
<strong>Focusing Elements</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">How items, sub-items and groups can be focused and how to detect
|
||||
focus changes</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-groups.html">
|
||||
<strong>Groups</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Working with item groups</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-hit-test.html">
|
||||
<strong>Hit Test</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Getting info for cursor position in the control</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-insertion-mark.html">
|
||||
<strong>Insertion Mark</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Specifying insertion mark location and apperance</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-item-reorder.html">
|
||||
<strong>Item Reordering</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Changing item order automatically with Drag and Drop</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-items.html">
|
||||
<strong>Items</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Working with ListView items</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-label-edit.html">
|
||||
<strong>Label Editing</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Inline editing of items and sub-items</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-multi-line.html">
|
||||
<strong>Multi-line Items</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Setting up items with multiple lines of text</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-owner-draw.html">
|
||||
<strong>Owner Drawing</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Custom drawing over the control and its parts</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-performance.html">
|
||||
<strong>Performance</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Understanding Better ListView performance settings</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-save-load.html">
|
||||
<strong>Saving and Loading ListView Content</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Storing and retrieving items and groups in binary or XML
|
||||
format</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-search.html">
|
||||
<strong>Searching Items</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Item searching by typing or programmatically</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-serialization.html">
|
||||
<strong>Serialization</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Overview of Better ListView serialization capabilities</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-sort.html">
|
||||
<strong>Sorting Items</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Ordering items with multiple columns and custom
|
||||
comparers</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-sub-items.html">
|
||||
<strong>Sub-items</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Working with sub-items which are attached under items</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-tooltips.html">
|
||||
<strong>Tooltips</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Displaying customized tooltips on control and its parts</span>
|
||||
</p>
|
||||
<p class="toc-entry">
|
||||
<a href="../documentation/better-thumbnail-browser/data/chapter-views.html">
|
||||
<strong>Views</strong>
|
||||
</a>
|
||||
<br><span class="toc-description">Ways of displaying items, detecting view change</span>
|
||||
</p>
|
||||
<table cellpadding="0" class="footer"><tr>
|
||||
<td style="width: 50%">Better Thumbnail Browser Documentation</td>
|
||||
<td style="width: 50%; text-align: right;">
|
||||
Copyright © 2010-2012 <a href="../index.html" target="_blank">ComponentOwl.com</a>
|
||||
</td>
|
||||
</tr></table>
|
||||
</div></body>
|
||||
</html>
|
||||
442
public/better-thumbnail-browser/quick-start-guide.html
Normal file
442
public/better-thumbnail-browser/quick-start-guide.html
Normal file
@@ -0,0 +1,442 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<title>Quick Start</title>
|
||||
<link href="../documentation/better-thumbnail-browser/data/style.css" rel="stylesheet" type="text/css">
|
||||
<link href="../documentation/better-thumbnail-browser/data/prettify.css" type="text/css" rel="stylesheet">
|
||||
<script type="text/javascript" src="../documentation/better-thumbnail-browser/data/prettify.js"></script><script type="text/javascript" src="../documentation/better-thumbnail-browser/data/lang-vb.js"></script><link href="../documentation/better-thumbnail-browser/resources/main.css" media="screen" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body onload="prettyPrint()"><div class="placing">
|
||||
<br><table class="navigation"><tr>
|
||||
<td class="navigation-previous"><a href="../documentation/better-thumbnail-browser/data/chapter-overview.html"><strong>
|
||||
« Overview</strong></a></td>
|
||||
<td class="navigation-index"><a href="documentation.html"><strong>Index</strong></a></td>
|
||||
<td class="navigation-next"><a href="../documentation/better-thumbnail-browser/data/chapter-using.html"><strong>Using the Control »
|
||||
</strong></a></td>
|
||||
</tr></table>
|
||||
<br><h1>Quick Start</h1>
|
||||
<div class="banner">
|
||||
<a href="../better-thumbnail-browser.html"><img src="../documentation/better-thumbnail-browser/resources/better-thumbnail-browser-overview.gif" alt="Better Thumbnail Browser" class="ss"></a>
|
||||
<div class="inside">
|
||||
<div class="text">Better Thumbnail Browser for .NET (C#, VB) - Image thumbnail viewing and loading control</div>
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><a href="../betterthumbnailbrowser.exe" class="dbtn">Download</a></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><a href="../better-thumbnail-browser.html" class="dbtn">More Info</a></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Table of Contents</h2>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#prerequisites">Tutorial Prerequisites</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#tutorial">Step-by-step tutorial</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#troubleshooting">Installation
|
||||
Troubleshooting</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#activation-online">Online
|
||||
Activation</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#activation-offline">Offline
|
||||
Activation</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#starting">Starting with Better
|
||||
ThumbnailBrowser</a></p>
|
||||
<p class="toc-entry"><a href="quick-start-guide.html#support">Learning Resources and Getting
|
||||
Support</a></p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="prerequisites" id="prerequisites"></a>Tutorial Prerequisites</h2>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Visual Studio 2012 / 2010 / 2008 / 2005</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>.NET Framework 4.5 / 4.0 / 3.5 / 3.0 / 2.0 (<strong><em>Compact
|
||||
Framework is not supported</em></strong>)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Visual C# or Visual Basic</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>
|
||||
<a name="tutorial" id="tutorial"></a>Step-by-step Tutorial</h2>
|
||||
|
||||
|
||||
<p>Start with a new "<strong><em>Windows Forms Application</em></strong>"
|
||||
project. A designer with empty Form appears. Display the
|
||||
<strong><em>Toolbox</em></strong> window (<strong><em>View -
|
||||
Toolbox</em></strong>):</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart1.png"></p>
|
||||
|
||||
<p>The Toolbox should contain a new tab called
|
||||
"<strong><em>ComponentOwl</em></strong>" containing all the installed component
|
||||
from ComponentOwl, including Better Thumbnail Browser.</p>
|
||||
|
||||
|
||||
|
||||
<p>If you chose <strong><em>not to</em></strong> integrate component in
|
||||
Visual Studio during installation or the component have not been
|
||||
successfully integrated, please follow the next steps.</p>
|
||||
|
||||
<p>Right-click on empty area of the Toolbox window and select
|
||||
"<strong><em>Choose Items...</em></strong>":</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart2.png"></p>
|
||||
|
||||
<p>In the "<strong><em>Choose Toolbox Items</em></strong>" dialog, select
|
||||
the "<strong><em>.NET Framework Components</em></strong>" tab. If the comonent
|
||||
has been properly installed, it will be already listed here. If you find
|
||||
it, make sure the newest version is checked (e.g. 2.5.2.0 instead of
|
||||
1.0.0.0) and click "<strong><em>OK</em></strong>":</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart3-1.png"></p>
|
||||
|
||||
<p>If you need other than installed version (e.g. DLL to match for
|
||||
specific .NET Framework version) click on the
|
||||
"<strong><em>Browse...</em></strong>" button:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart3-2.png"></p>
|
||||
|
||||
<p>Browse for the <span class="code">betterthumbnailbrowser.dll</span> file
|
||||
containing the component.</p>
|
||||
|
||||
<p>The location depends on where you installed the product. The default
|
||||
location is:</p>
|
||||
|
||||
<pre>C:\Program Files\Component Owl\Better ListView\Redistributable</pre>
|
||||
|
||||
<p>You can choose the file right within
|
||||
"<strong><em>Redistributable</em></strong>" folder. This is .NET 2.0 component
|
||||
compatible with .NET Framework 2.0 or higher. If you want binary for a
|
||||
specific .NET version or Client Profile, choose the file from
|
||||
"<strong><em>.NET Framework Specific</em></strong>" folder:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart4.png"></p>
|
||||
|
||||
<p>Make sure the check box next to
|
||||
"<strong><em>BetterListView</em></strong>" is checked and click
|
||||
"<strong><em>OK</em></strong>":</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart5.png"></p>
|
||||
|
||||
<p>Now the component should appear in your Toolbox:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart6.png"></p>
|
||||
|
||||
<p>Select the component and place it on designer surface:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart7.png"></p>
|
||||
|
||||
<p>Now you can design Better Thumbnail Browser the same way as any other
|
||||
control:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart8.png"></p>
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="troubleshooting" id="troubleshooting"></a>Installation
|
||||
Troubleshooting</h2>
|
||||
|
||||
|
||||
<p>If the component does not appear in Toolbox, make sure that your
|
||||
target framework version is a full-featured .NET Framework 2.0, 3.0, 3.5
|
||||
or 4.0. The Compact Framework is not supported.</p>
|
||||
|
||||
<p>You can also try the "<strong><em>Reset Toolbox</em></strong>" option
|
||||
from the Toolbox context menu, restart Visual Studio and try to add the
|
||||
control again.</p>
|
||||
|
||||
<p>Sometimes even the Toolbox can get corrupted (known issue on Visual
|
||||
Studio 2010) and its cache needs to be cleared. Simply remove all
|
||||
"<strong><em>.tbd</em></strong>" files from this folder:</p>
|
||||
|
||||
<p>Vista/Windows 7:</p>
|
||||
|
||||
<pre>\Users\<user>\AppData\Local\Microsoft\VisualStudio\10.0\*.tbd</pre>
|
||||
|
||||
<p>Windows XP:</p>
|
||||
|
||||
<pre>\Documents and Settings\<user directory>\Local Settings\Application Data\Microsoft\VisualStudio\10.0\*.tbd</pre>
|
||||
|
||||
<p>Make sure the Visual Studio is not running when removing the files.
|
||||
The Toolbox should reload its default items when opened.</p>
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="activation-online" id="activation-online"></a>Activation</h2>
|
||||
|
||||
|
||||
<p>By default, Better Thumbnail Browser runs in
|
||||
<strong><em>trial</em></strong> mode. The only limitations of
|
||||
<strong><em>trial</em></strong> version are watermark displayed on the
|
||||
control...</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart-watermark.png"></p>
|
||||
|
||||
<p>and an <strong><em>Activation Dialog</em></strong>, that appears on every
|
||||
application run:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart-activation.png"></p>
|
||||
|
||||
<p>There are three possible actions:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong><em>Purchase</em></strong> - obtain serial key for Better
|
||||
ThumbnailBrowser to activate it</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong><em>Activate</em></strong> - enter serial key to obtain
|
||||
license</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong><em>Continue</em></strong> (or close the dialog) - skip this
|
||||
dialog and start using Better Thumbnail Browser</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>When activating Better Thumbnail Browser, you are asked for a serial
|
||||
key (obtained by <strong><em><a href="../pricing-licensing/better-thumbnail-browser.html">pruchasing
|
||||
Better Thumbnail Browser</a></em></strong>):</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart-sn.png"></p>
|
||||
|
||||
<br><hr>
|
||||
<p class="note">Internet connection is required to activate Better
|
||||
ThumbnailBrowser. If you need to activate the product off-line, please
|
||||
<strong><em><a href="mailto:support@componentowl.com?subject=Offline%20Activation%20of%20Better%20ListView">contact
|
||||
us</a></em></strong>.</p>
|
||||
<hr>
|
||||
<br><p>When the Better Thumbnail Browser is activated, it uses the standard
|
||||
licensing scheme of .NET. When a form is created or opened in
|
||||
<strong><em>Windows Forms Designer</em></strong>, a
|
||||
<strong><em>licenses.licx</em></strong> file is updated in your project and the
|
||||
trial version notification disappears.</p>
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="activation-offline" id="activation-offline"></a>Offline Activation</h2>
|
||||
|
||||
|
||||
<p>If the activation is blocked by a firewall or proxy server, you can
|
||||
activate Better Thumbnail Browser <strong><em>offline</em></strong>.</p>
|
||||
|
||||
<p>First, call the following static method from code:</p>
|
||||
|
||||
<pre>BetterThumbnailBrowser.ShowOfflineActivationDialog()</pre>
|
||||
|
||||
<p>A dialog appears containing your computer ID:</p>
|
||||
|
||||
<p class="images"><img src="../documentation/better-thumbnail-browser/data/quickstart-activation-offline.png"></p>
|
||||
|
||||
<p>Please copy this code to clipboard (Control+C) and send us the code
|
||||
along with your <strong><em>serial number</em></strong> you obtained when
|
||||
purchased the product to <strong><em><a href="mailto:support@componentowl.com?subject=Offline%20Activation%20of%20Better%20ListView">support@componentowl.com</a></em></strong>.</p>
|
||||
|
||||
<p>The serial number is a 16-character code the identifies your
|
||||
purchased product, e.g.:</p>
|
||||
|
||||
<p></p>
|
||||
<pre>5KTPNX6QNJBZNJTL</pre>The computer ID is
|
||||
rather longer code that is unique to your machine:
|
||||
|
||||
<pre>6780f65cb1b86f9a10dacc662906c3d371ab4abc</pre>
|
||||
|
||||
<p>With this information, we will generate a license file and send it
|
||||
to back to you via e-mail.</p>
|
||||
|
||||
<p>You can find a file <span class="code">license-btb.dat</span> in the e-mail
|
||||
attachment we send in reply. Please copy this file in the following path
|
||||
(and create the folder <span class="code">Component Owl</span> if it does not
|
||||
exist):</p>
|
||||
|
||||
<p>Windows 7, 8, Vista:</p>
|
||||
|
||||
<pre>c:\ProgramData\Component Owl\</pre>
|
||||
|
||||
<p>Windows XP:</p>
|
||||
|
||||
<pre>c:\Documents and Settings\All Users\Application Data\Component Owl\</pre>
|
||||
|
||||
<p>Now just rebuild the project referencing Better Thumbnail Browser and
|
||||
you are done.</p>
|
||||
|
||||
<p>Please note the license works for <strong><em>specific
|
||||
product</em></strong> and <strong><em>specific computer</em></strong>. It won't
|
||||
work on other machines or with other Component Owl's products. You need to
|
||||
activate Better Thumbnail Browser for each machine on which you want to
|
||||
build projects.</p>
|
||||
|
||||
|
||||
<h2>Updating to Newer Version of Better Thumbnail Browser</h2>
|
||||
|
||||
|
||||
<p>If a new version of Better Thumbnail Browser is released, to update
|
||||
to newer version, simply <strong><em><a href="../betterlistview.exe">download</a></em></strong>
|
||||
and install the new version. The installer will prompt for updating to a
|
||||
new version.</p>
|
||||
|
||||
<p>The DLL with the component (<span class="code">betterthumbnailbrowser.dll</span>)
|
||||
is installed usually in <strong><em>Program Files</em></strong> folder, so if
|
||||
you use copies of the library on other locations on your disk, replace the
|
||||
old copies with the new version.</p>
|
||||
|
||||
<p>The <strong><em>licenses.licx</em></strong> file in your project may also
|
||||
point to an older version of Better Thumbnail Browser. To update
|
||||
<strong><em>licenses.licx</em></strong> open some form with Better
|
||||
ThumbnailBrowser in <strong><em>Windows Forms Designer</em></strong> and
|
||||
compile. A new line will be added to the
|
||||
<strong><em>licenses.licx</em></strong> for the new version of the Better
|
||||
ThumbnailBrowser. You can delete the line with the reference to older
|
||||
version, e.g.:</p>
|
||||
|
||||
<pre>ComponentOwl.ThumbnailBrowser.ThumbnailBrowser, ThumbnailBrowser, Version=1.4.0.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2</pre>
|
||||
|
||||
<p>should be switched to:</p>
|
||||
|
||||
<pre>ComponentOwl.ThumbnailBrowser.ThumbnailBrowser, ThumbnailBrowser, Version=2.7.0.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2</pre>
|
||||
|
||||
<p>if <span class="code">2.7.0.0</span> is the updated version of Better
|
||||
ThumbnailBrowser. You can do the update of
|
||||
<strong><em>licenses.licx</em></strong> file with text editor within
|
||||
<strong><em>Visual Studio</em></strong>, if you know the new version
|
||||
number.</p>
|
||||
|
||||
<p><br></p>
|
||||
<hr>
|
||||
<p class="note">If you use Better Thumbnail Browser in separate project, you need
|
||||
to copy <strong><em>licenses.licx</em></strong> file to the main project as
|
||||
well.</p>
|
||||
<hr>
|
||||
<br><h2>
|
||||
<a name="starting" id="starting"></a>Starting with Better
|
||||
ThumbnailBrowser</h2>
|
||||
|
||||
|
||||
<p>Better Thumbnail Browser inherits from Better ListView control, which
|
||||
is made as similar to regular .NET ListView as possible while having all
|
||||
its extra features. Better Thumbnail Browser uses its own item type -
|
||||
BetterThumbnailBrowserItem (which inherits from BetterListViewItem).
|
||||
Please keep this in mind when filling the control with thumbnail items.
|
||||
For other types, see the following rules of thumb:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Most structures are named equally as in .NET ListView, only with
|
||||
<strong><em>Better-</em></strong> prefix (e.g.
|
||||
<span class="code">BetterListViewSubItem</span> instead of
|
||||
<span class="code">ListViewSubItem</span>).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Better ListView <strong><em>does not</em></strong> use the same
|
||||
structures and classes as .NET ListView (e.g. use
|
||||
<span class="code">ComponentOwl.BetterListView.BetterListViewView</span> instead of
|
||||
<span class="code">System.Windows.Forms.View</span>).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Many features and structures of Better Thumbnail Browser (or
|
||||
Better ListView) are richer (e.g. insertion mark, Drag and Drop
|
||||
functionality). The types contain extra overrides for constructors,
|
||||
methods and properties. They should be sometimes used differently and
|
||||
they behave little bit differently; look in the documentation first to
|
||||
avoid confusion.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>To compare usage of .NET ListView and Better Thumbnail Browser,
|
||||
consider the following code using Better Thumbnail Browser instead of the
|
||||
regular .NET ListView.</p>
|
||||
|
||||
<p><strong>C#</strong></p>
|
||||
<pre class="prettyprint"><code class="lang-cs">BetterThumbnailBrowser thumbnailBrowser = new BetterThumbnailBrowser();
|
||||
|
||||
BetterThumbnailBrowserItem item = new BetterThumbnailBrowserItem("new thumbnail item");
|
||||
|
||||
thumbnailBrowser.Items.Add(item);
|
||||
|
||||
thumbnailBrowser.View = BetterListViewView.List;
|
||||
|
||||
// ...
|
||||
|
||||
BetterListViewHitTestInfo hitTestInfo = thumbnailBrowser.HitTest(new Point(0, 0));</code></pre>
|
||||
|
||||
<p><strong>Visual Basic</strong></p>
|
||||
<pre class="prettyprint"><code class="lang-vb">Dim thumbnailBrowser As New BetterThumbnailBrowser()
|
||||
|
||||
Dim item As New BetterThumbnailBrowserItem("new item")
|
||||
|
||||
thumbnailBrowser.Items.Add(item)
|
||||
|
||||
thumbnailBrowser.View = BetterListViewView.List
|
||||
|
||||
' ...
|
||||
|
||||
Dim hitTestInfo As BetterListViewHitTestInfo = thumbnailBrowser.HitTest(New Point(0, 0))</code></pre>
|
||||
|
||||
|
||||
<h2>
|
||||
<a name="support" id="support"></a>Learning resources and getting
|
||||
support</h2>
|
||||
|
||||
|
||||
<p>The documentation and learning resources include:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong><em>HTML documentation</em></strong> (the Quick Start guide
|
||||
you are reading right now is the second chapter)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Sample projects in C# and VB.NET</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Samples Explorer</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Class Reference (technical documentation)</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>You can find all these resources in <strong><em>Start Menu - Component
|
||||
Owl - Better Thumbnail Browser</em></strong>.</p>
|
||||
|
||||
<p>The C# and Visual Basic Samples are located at:</p>
|
||||
|
||||
<p>Vista/Windows 7:</p>
|
||||
|
||||
<pre>\Users\<user>\Documents\ComponentOwl\Better ListView Samples</pre>
|
||||
|
||||
<p>Windows XP:</p>
|
||||
|
||||
<pre>\Documents and Settings\<user directory>\My Documents\ComponentOwl\Better ListView Samples</pre>
|
||||
|
||||
<p>Make sure the Visual Studio is not running when removing the files.
|
||||
The Toolbox should reload its default items when opened.</p>
|
||||
|
||||
<p>We will happily answer any of your questions and provide further
|
||||
assistance. Just email us at <strong><em><a href="mailto:support@componentowl.com?subject=Better%20ListView%20Support">support@componentowl.com</a></em></strong>.
|
||||
Or, you can use the online form at <strong><em><a href="../support.html">www.componentowl.com/support</a></em></strong>.</p>
|
||||
|
||||
|
||||
|
||||
<br><div class="banner">
|
||||
<a href="../better-thumbnail-browser.html"><img src="../documentation/better-thumbnail-browser/resources/better-thumbnail-browser-overview.gif" alt="Better Thumbnail Browser" class="ss"></a>
|
||||
<div class="inside">
|
||||
<div class="text">Better Thumbnail Browser for .NET (C#, VB) - Image thumbnail viewing and loading control</div>
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><a href="../betterthumbnailbrowser.exe" class="dbtn">Download</a></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><a href="../better-thumbnail-browser.html" class="dbtn">More Info</a></span></span>
|
||||
</div>
|
||||
</div>
|
||||
<table class="navigation"><tr>
|
||||
<td class="navigation-previous"><a href="../documentation/better-thumbnail-browser/data/chapter-overview.html"><strong>
|
||||
« Overview</strong></a></td>
|
||||
<td class="navigation-index"><a href="documentation.html"><strong>Index</strong></a></td>
|
||||
<td class="navigation-next"><a href="../documentation/better-thumbnail-browser/data/chapter-using.html"><strong>Using the Control »
|
||||
</strong></a></td>
|
||||
</tr></table>
|
||||
<br><table class="footer"><tr>
|
||||
<td class="footer-title">Better Thumbnail Browser Documentation
|
||||
</td>
|
||||
<td class="footer-copyright">
|
||||
Copyright © 2010-2012 <a href="../index.html" target="_blank">ComponentOwl.com</a>
|
||||
</td>
|
||||
</tr></table>
|
||||
</div></body>
|
||||
</html>
|
||||
@@ -0,0 +1,52 @@
|
||||
<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>BetterListView.AccessibilityInitialize Method</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">BetterListView.AccessibilityInitialize Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Initialize accessibility support. </p>
|
||||
<div class="syntax">protected override <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AccessibilityInitialize.html">void</a> AccessibilityInitialize();</div>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AccessibilityInitialize method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="AccessibilityInitialize method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AccessibilityInitialize method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AccessibilityInitialize Method ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>AccessibleDefaultActionDescription Property</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">BetterListView.AccessibleDefaultActionDescription Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets the default action description of the control for use by accessibility client applications. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Accessibility"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value="")]</div>new public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AccessibleDefaultActionDescription.html">string</a> AccessibleDefaultActionDescription { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AccessibleDefaultActionDescription property">
|
||||
</param>
|
||||
<param name="Keyword" value="AccessibleDefaultActionDescription property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AccessibleDefaultActionDescription property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AccessibleDefaultActionDescription%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>AccessibleDescription Property</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">BetterListView.AccessibleDescription Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets the description of the control used by accessibility client applications. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Accessibility"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value="List Control")]</div>new public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AccessibleDescription.html">string</a> AccessibleDescription { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AccessibleDescription property">
|
||||
</param>
|
||||
<param name="Keyword" value="AccessibleDescription property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AccessibleDescription property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AccessibleDescription%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>AccessibleName Property</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">BetterListView.AccessibleName Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets the name of the control used by accessibility client applications. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value="BetterListView")]</div>
|
||||
<div class="attribute">[Category(Category=""Accessibility"")]</div>new public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AccessibleName.html">string</a> AccessibleName { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AccessibleName property">
|
||||
</param>
|
||||
<param name="Keyword" value="AccessibleName property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AccessibleName property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AccessibleName%20Property
 ">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>
|
||||
@@ -0,0 +1,71 @@
|
||||
<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>AccessibleRole Property</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">BetterListView.AccessibleRole Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets the accessible role of the control </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Accessibility"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=AccessibleRole.List)]</div>new public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AccessibleRole.html">AccessibleRole</a> AccessibleRole { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">Exceptions</h4>
|
||||
<div class="tablediv">
|
||||
<table class="dtTABLE" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<th width="50%">Exception Type</th>
|
||||
<th width="50%">Condition</th>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
<a href="http://msdn.microsoft.com/en-us/library/System.ComponentModel.InvalidEnumArgumentException(VS.90).aspx">InvalidEnumArgumentException</a>
|
||||
</td>
|
||||
<td width="50%"> The value assigned is not one of the <a href="http://msdn.microsoft.com/en-us/library/System.Windows.Forms.AccessibleRole(VS.90).aspx">AccessibleRole</a> values. </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AccessibleRole property">
|
||||
</param>
|
||||
<param name="Keyword" value="AccessibleRole property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AccessibleRole property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AccessibleRole%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>Activation Property</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">BetterListView.Activation Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets item activation mode. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Item activation mode"")]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Activation.html">ItemActivation</a> Activation { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="Activation property">
|
||||
</param>
|
||||
<param name="Keyword" value="Activation property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.Activation property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.Activation%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.AfterItemSort Event</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">BetterListView.AfterItemSort Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs when items has been sorted. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Occurs when items has been sorted"")]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAfterItemSortEventHandler.html">BetterListViewAfterItemSortEventHandler</a> AfterItemSort;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AfterItemSort event">
|
||||
</param>
|
||||
<param name="Keyword" value="AfterItemSort event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AfterItemSort event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AfterItemSort%20Event
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.AfterLabelEdit Event</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">BetterListView.AfterLabelEdit Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs after item/sub-item label is edited by the user. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""Occurs when the label for an item is edited by the user"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewLabelEditEventHandler.html">BetterListViewLabelEditEventHandler</a> AfterLabelEdit;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AfterLabelEdit event">
|
||||
</param>
|
||||
<param name="Keyword" value="AfterLabelEdit event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AfterLabelEdit event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AfterLabelEdit%20Event
 ">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>
|
||||
@@ -0,0 +1,58 @@
|
||||
<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>BetterListView.AfterLabelEditCancel Event</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">BetterListView.AfterLabelEditCancel Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs after item/sub-item label is edited by the user; label edit still can be cancelled. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""Occurs when the label for an item is edited by the user; label edit still can be " +
|
||||
"cancelled"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewLabelEditCancelEventHandler.html">BetterListViewLabelEditCancelEventHandler</a> AfterLabelEditCancel;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AfterLabelEditCancel event">
|
||||
</param>
|
||||
<param name="Keyword" value="AfterLabelEditCancel event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AfterLabelEditCancel event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AfterLabelEditCancel%20Event
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.AfterLabelEditEmbeddedControl Event</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">BetterListView.AfterLabelEditEmbeddedControl Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs after item/sub-item label is edited by the user with embedded control. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""Occurs after item/sub-item label is edited by the user with embedded control"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAfterLabelEditEmbeddedControlEventHandler.html">BetterListViewAfterLabelEditEmbeddedControlEventHandler</a> AfterLabelEditEmbeddedControl;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AfterLabelEditEmbeddedControl event">
|
||||
</param>
|
||||
<param name="Keyword" value="AfterLabelEditEmbeddedControl event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AfterLabelEditEmbeddedControl event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AfterLabelEditEmbeddedControl%20Event
 ">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>
|
||||
@@ -0,0 +1,58 @@
|
||||
<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>AllowAutoScroll Property</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">BetterListView.AllowAutoScroll Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to allow automatic scrolling of content when mouse is outside client area on some actions. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value=True)]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""Allow automatic scrolling of content when mouse is outside client area on some ac" +
|
||||
"tions"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AllowAutoScroll.html">bool</a> AllowAutoScroll { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AllowAutoScroll property">
|
||||
</param>
|
||||
<param name="Keyword" value="AllowAutoScroll property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AllowAutoScroll property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AllowAutoScroll%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>AllowAutoToolTips Property</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">BetterListView.AllowAutoToolTips Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to allow automatic ToolTips to be displayed on items. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""Allow automatic ToolTips to be displayed on items"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=True)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AllowAutoToolTips.html">bool</a> AllowAutoToolTips { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AllowAutoToolTips property">
|
||||
</param>
|
||||
<param name="Keyword" value="AllowAutoToolTips property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AllowAutoToolTips property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AllowAutoToolTips%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>AllowAutoToolTipsColumns Property</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">BetterListView.AllowAutoToolTipsColumns Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to allow automatic ToolTips to be displayed on column headers. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""Allow automatic ToolTips to be displayed on column headers"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=True)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AllowAutoToolTipsColumns.html">bool</a> AllowAutoToolTipsColumns { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AllowAutoToolTipsColumns property">
|
||||
</param>
|
||||
<param name="Keyword" value="AllowAutoToolTipsColumns property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AllowAutoToolTipsColumns property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AllowAutoToolTipsColumns%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>AllowAutoToolTipsGroups Property</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">BetterListView.AllowAutoToolTipsGroups Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to allow automatic ToolTips to be displayed on groups. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Allow automatic ToolTips to be displayed on groups"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=True)]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AllowAutoToolTipsGroups.html">bool</a> AllowAutoToolTipsGroups { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AllowAutoToolTipsGroups property">
|
||||
</param>
|
||||
<param name="Keyword" value="AllowAutoToolTipsGroups property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AllowAutoToolTipsGroups property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AllowAutoToolTipsGroups%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>AllowAutoToolTipsSubItems Property</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">BetterListView.AllowAutoToolTipsSubItems Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to allow automatic ToolTips to be displayed on sub-items. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=True)]</div>
|
||||
<div class="attribute">[Description(Description=""Allow automatic ToolTips to be displayed on sub-items"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AllowAutoToolTipsSubItems.html">bool</a> AllowAutoToolTipsSubItems { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AllowAutoToolTipsSubItems property">
|
||||
</param>
|
||||
<param name="Keyword" value="AllowAutoToolTipsSubItems property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AllowAutoToolTipsSubItems property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AllowAutoToolTipsSubItems%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>AllowDrag Property</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">BetterListView.AllowDrag Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to allow Drag and Drop operation to be initiated. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value=False)]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""Allow Drag and Drop operation to be initiated"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AllowDrag.html">bool</a> AllowDrag { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AllowDrag property">
|
||||
</param>
|
||||
<param name="Keyword" value="AllowDrag property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AllowDrag property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AllowDrag%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>AllowDrop Property</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">BetterListView.AllowDrop Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to allow dropping data on the control with Drag and Drop mechanism. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=False)]</div>
|
||||
<div class="attribute">[Description(Description=""Allow dropping data on the control with Drag and Drop mechanism"")]</div>public override <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AllowDrop.html">bool</a> AllowDrop { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AllowDrop property">
|
||||
</param>
|
||||
<param name="Keyword" value="AllowDrop property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AllowDrop property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AllowDrop%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>AllowMultiColumnSorting Property</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">BetterListView.AllowMultiColumnSorting Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to allow for sorting with multiple columns using Shift modifier key. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=True)]</div>
|
||||
<div class="attribute">[Description(Description=""Allow for sorting with multiple columns using Shift modifier key"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AllowMultiColumnSorting.html">bool</a> AllowMultiColumnSorting { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AllowMultiColumnSorting property">
|
||||
</param>
|
||||
<param name="Keyword" value="AllowMultiColumnSorting property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AllowMultiColumnSorting property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AllowMultiColumnSorting%20Property
 ">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>
|
||||
@@ -0,0 +1,59 @@
|
||||
<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>AllowedDragEffects Property</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">BetterListView.AllowedDragEffects Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets allowed effects for Drag and Drop operations. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Editor(EditorBaseTypeName=""System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neut" +
|
||||
"ral, PublicKeyToken=b03f5f7f11d50a3a"", EditorTypeName=""ComponentOwl.BetterListView.Design.FlagEnumUITypeEditor, BetterListView, Version=" +
|
||||
"3.1.0.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2"")]</div>
|
||||
<div class="attribute">[Description(Description=""Allowed effects for Drag and Drop operations"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AllowedDragEffects.html">DragDropEffects</a> AllowedDragEffects { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AllowedDragEffects property">
|
||||
</param>
|
||||
<param name="Keyword" value="AllowedDragEffects property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AllowedDragEffects property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AllowedDragEffects%20Property
 ">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>
|
||||
@@ -0,0 +1,58 @@
|
||||
<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>AutoExpandDelay Property</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">BetterListView.AutoExpandDelay Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets time period (in milliseconds) before group or item is expanded when dragging data over it. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value=1000)]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""Time period (in milliseconds) before group or item is expanded when dragging data" +
|
||||
" over it"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoExpandDelay.html">int</a> AutoExpandDelay { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AutoExpandDelay property">
|
||||
</param>
|
||||
<param name="Keyword" value="AutoExpandDelay property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AutoExpandDelay property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AutoExpandDelay%20Property
 ">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>
|
||||
@@ -0,0 +1,63 @@
|
||||
<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>BetterListView.AutoResizeColumn(Int32, BetterListViewColumnHeaderAutoResizeStyle) Method</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">BetterListView.AutoResizeColumn(Int32, BetterListViewColumnHeaderAutoResizeStyle) Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Set width of the specified column so that it shows whole items. This applies only do Details view. </p>
|
||||
<div class="syntax">public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumn1.html">void</a> AutoResizeColumn(<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumn1.html">int</a> <i>columnIndex</i>,<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnHeaderAutoResizeStyle.html">BetterListViewColumnHeaderAutoResizeStyle</a> <i>columnHeaderAutoResizeStyle</i><br />);</div>
|
||||
<h4 class="dtH4">Parameters</h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<i>columnIndex</i>
|
||||
</dt>
|
||||
<dd>Index of the column to resize automatically.</dd>
|
||||
<dt>
|
||||
<i>columnHeaderAutoResizeStyle</i>
|
||||
</dt>
|
||||
<dd>Column resizing method.</dd>
|
||||
</dl>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a> | <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumn~Overloads.html">BetterListView.AutoResizeColumn Overload List</a></p>
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
||||
<param name="Keyword" value="AutoResizeColumn method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="AutoResizeColumn method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AutoResizeColumn method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AutoResizeColumn Method (Int32,%20BetterListViewColumnHeaderAutoResizeStyle)">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>
|
||||
@@ -0,0 +1,67 @@
|
||||
<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>BetterListView.AutoResizeColumn(Int32, BetterListViewColumnHeaderAutoResizeStyle, Int32) Method</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">BetterListView.AutoResizeColumn(Int32, BetterListViewColumnHeaderAutoResizeStyle, Int32) Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Set width of the specified column so that it shows whole items. This applies only do Details view. </p>
|
||||
<div class="syntax">public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumn2.html">void</a> AutoResizeColumn(<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumn2.html">int</a> <i>columnIndex</i>,<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnHeaderAutoResizeStyle.html">BetterListViewColumnHeaderAutoResizeStyle</a> <i>columnHeaderAutoResizeStyle</i>,<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumn2.html">int</a> <i>extraPadding</i><br />);</div>
|
||||
<h4 class="dtH4">Parameters</h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<i>columnIndex</i>
|
||||
</dt>
|
||||
<dd>Index of the column to resize automatically.</dd>
|
||||
<dt>
|
||||
<i>columnHeaderAutoResizeStyle</i>
|
||||
</dt>
|
||||
<dd>Column resizing method.</dd>
|
||||
<dt>
|
||||
<i>extraPadding</i>
|
||||
</dt>
|
||||
<dd>Additional padding for each column (in pixels).</dd>
|
||||
</dl>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a> | <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumn~Overloads.html">BetterListView.AutoResizeColumn Overload List</a></p>
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
||||
<param name="Keyword" value="AutoResizeColumn method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="AutoResizeColumn method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AutoResizeColumn method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AutoResizeColumn Method (Int32,%20BetterListViewColumnHeaderAutoResizeStyle,%20Int32)">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>
|
||||
@@ -0,0 +1,59 @@
|
||||
<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>BetterListView.AutoResizeColumns(BetterListViewColumnHeaderAutoResizeStyle) Method</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">BetterListView.AutoResizeColumns(BetterListViewColumnHeaderAutoResizeStyle) Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Set width of all columns so that it shows whole items. This applies only do Details view. </p>
|
||||
<div class="syntax">public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumns1.html">void</a> AutoResizeColumns(<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnHeaderAutoResizeStyle.html">BetterListViewColumnHeaderAutoResizeStyle</a> <i>columnHeaderAutoResizeStyle</i><br />);</div>
|
||||
<h4 class="dtH4">Parameters</h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<i>columnHeaderAutoResizeStyle</i>
|
||||
</dt>
|
||||
<dd>Column resizing method.</dd>
|
||||
</dl>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a> | <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumns~Overloads.html">BetterListView.AutoResizeColumns Overload List</a></p>
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
||||
<param name="Keyword" value="AutoResizeColumns method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="AutoResizeColumns method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AutoResizeColumns method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AutoResizeColumns Method (BetterListViewColumnHeaderAutoResizeStyle)">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>
|
||||
@@ -0,0 +1,63 @@
|
||||
<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>BetterListView.AutoResizeColumns(BetterListViewColumnHeaderAutoResizeStyle, Int32) Method</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">BetterListView.AutoResizeColumns(BetterListViewColumnHeaderAutoResizeStyle, Int32) Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Set width of all columns so that it shows whole items. This applies only do Details view. </p>
|
||||
<div class="syntax">public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumns2.html">void</a> AutoResizeColumns(<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnHeaderAutoResizeStyle.html">BetterListViewColumnHeaderAutoResizeStyle</a> <i>columnHeaderAutoResizeStyle</i>,<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumns2.html">int</a> <i>extraPadding</i><br />);</div>
|
||||
<h4 class="dtH4">Parameters</h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<i>columnHeaderAutoResizeStyle</i>
|
||||
</dt>
|
||||
<dd>Column resizing method.</dd>
|
||||
<dt>
|
||||
<i>extraPadding</i>
|
||||
</dt>
|
||||
<dd>Additional padding for each column (in pixels).</dd>
|
||||
</dl>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a> | <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumns~Overloads.html">BetterListView.AutoResizeColumns Overload List</a></p>
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
||||
<param name="Keyword" value="AutoResizeColumns method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="AutoResizeColumns method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AutoResizeColumns method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AutoResizeColumns Method (BetterListViewColumnHeaderAutoResizeStyle,%20Int32)">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>
|
||||
@@ -0,0 +1,52 @@
|
||||
<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>AutoResizeColumns Method</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">BetterListView.AutoResizeColumns Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Set width of all columns so that it shows whole items. This applies only do Details view. </p>
|
||||
<h4 class="dtH4">Overload List</h4>
|
||||
<p> Set width of all columns so that it shows whole items. This applies only do Details view. </p>
|
||||
<blockquote class="dtBlock">
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumns1.html">public void AutoResizeColumns(BetterListViewColumnHeaderAutoResizeStyle)</a>
|
||||
</blockquote>
|
||||
<p> Set width of all columns so that it shows whole items. This applies only do Details view. </p>
|
||||
<blockquote class="dtBlock">
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumns2.html">public void AutoResizeColumns(BetterListViewColumnHeaderAutoResizeStyle,int)</a>
|
||||
</blockquote>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a></p>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AutoResizeColumns Method">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>
|
||||
@@ -0,0 +1,52 @@
|
||||
<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>AutoResizeColumn Method</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">BetterListView.AutoResizeColumn Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Set width of the specified column so that it shows whole items. This applies only do Details view. </p>
|
||||
<h4 class="dtH4">Overload List</h4>
|
||||
<p> Set width of the specified column so that it shows whole items. This applies only do Details view. </p>
|
||||
<blockquote class="dtBlock">
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumn1.html">public void AutoResizeColumn(int,BetterListViewColumnHeaderAutoResizeStyle)</a>
|
||||
</blockquote>
|
||||
<p> Set width of the specified column so that it shows whole items. This applies only do Details view. </p>
|
||||
<blockquote class="dtBlock">
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoResizeColumn2.html">public void AutoResizeColumn(int,BetterListViewColumnHeaderAutoResizeStyle,int)</a>
|
||||
</blockquote>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a></p>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AutoResizeColumn Method">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>AutoSizeItemsInDetailsView Property</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">BetterListView.AutoSizeItemsInDetailsView Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to automatically resize items to client width in Details view without columns. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value=False)]</div>
|
||||
<div class="attribute">[Description(Description=""Automatically resize items to client width in Details view without columns"")]</div>
|
||||
<div class="attribute">[Category(Category=""Performance"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.AutoSizeItemsInDetailsView.html">bool</a> AutoSizeItemsInDetailsView { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="AutoSizeItemsInDetailsView property">
|
||||
</param>
|
||||
<param name="Keyword" value="AutoSizeItemsInDetailsView property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.AutoSizeItemsInDetailsView property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.AutoSizeItemsInDetailsView%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>BackgroundImageAlignment Property</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">BetterListView.BackgroundImageAlignment Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets background image alignment. Works with BackgroundImageLayout.None. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Appearance"")]</div>
|
||||
<div class="attribute">[Description(Description=""Background image alignment; works with BackgroundImageLayout.None"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BackgroundImageAlignment.html">ContentAlignment</a> BackgroundImageAlignment { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BackgroundImageAlignment property">
|
||||
</param>
|
||||
<param name="Keyword" value="BackgroundImageAlignment property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BackgroundImageAlignment property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BackgroundImageAlignment%20Property
 ">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>
|
||||
@@ -0,0 +1,72 @@
|
||||
<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>BackgroundImageLayout Property</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">BetterListView.BackgroundImageLayout Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets the background image layout as defined in the <a href="http://msdn.microsoft.com/en-us/library/System.Windows.Forms.ImageLayout(VS.90).aspx">ImageLayout</a> enumeration. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Appearance"")]</div>
|
||||
<div class="attribute">[Description(Description=""Gets or sets the background image layout as defined in the System.Windows.Forms.I" +
|
||||
"mageLayout enumeration."")]</div>public override <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BackgroundImageLayout.html">ImageLayout</a> BackgroundImageLayout { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">Exceptions</h4>
|
||||
<div class="tablediv">
|
||||
<table class="dtTABLE" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<th width="50%">Exception Type</th>
|
||||
<th width="50%">Condition</th>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
<a href="http://msdn.microsoft.com/en-us/library/System.ComponentModel.InvalidEnumArgumentException(VS.90).aspx">InvalidEnumArgumentException</a>
|
||||
</td>
|
||||
<td width="50%">The specified enumeration value does not exist. </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BackgroundImageLayout property">
|
||||
</param>
|
||||
<param name="Keyword" value="BackgroundImageLayout property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BackgroundImageLayout property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BackgroundImageLayout%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>BackgroundImageOpacity Property</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">BetterListView.BackgroundImageOpacity Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets background image opacity. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Appearance"")]</div>
|
||||
<div class="attribute">[Description(Description=""Background image opacity"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BackgroundImageOpacity.html">byte</a> BackgroundImageOpacity { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BackgroundImageOpacity property">
|
||||
</param>
|
||||
<param name="Keyword" value="BackgroundImageOpacity property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BackgroundImageOpacity property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BackgroundImageOpacity%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.BeforeDrag Event</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">BetterListView.BeforeDrag Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs before Drag and Drop operation is initiated. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Drag Drop"")]</div>
|
||||
<div class="attribute">[Description(Description=""Occurs before Drag and Drop operation is initiated"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewBeforeDragEventHandler.html">BetterListViewBeforeDragEventHandler</a> BeforeDrag;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BeforeDrag event">
|
||||
</param>
|
||||
<param name="Keyword" value="BeforeDrag event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BeforeDrag event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BeforeDrag%20Event
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.BeforeItemSort Event</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">BetterListView.BeforeItemSort Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs before items are sorted. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Occurs before items are sorted"")]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewBeforeItemSortEventHandler.html">BetterListViewBeforeItemSortEventHandler</a> BeforeItemSort;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BeforeItemSort event">
|
||||
</param>
|
||||
<param name="Keyword" value="BeforeItemSort event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BeforeItemSort event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BeforeItemSort%20Event
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.BeforeLabelEdit Event</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">BetterListView.BeforeLabelEdit Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs when the user starts editing the label of an item. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Occurs when the user starts editing the label of an item"")]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewLabelEditCancelEventHandler.html">BetterListViewLabelEditCancelEventHandler</a> BeforeLabelEdit;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BeforeLabelEdit event">
|
||||
</param>
|
||||
<param name="Keyword" value="BeforeLabelEdit event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BeforeLabelEdit event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BeforeLabelEdit%20Event
 ">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>
|
||||
@@ -0,0 +1,52 @@
|
||||
<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>BetterListView.BeginEdit() Method</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">BetterListView.BeginEdit() Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Edit the currently focused item. </p>
|
||||
<div class="syntax">public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BeginEdit1.html">void</a> BeginEdit();</div>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a> | <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BeginEdit~Overloads.html">BetterListView.BeginEdit Overload List</a></p>
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
||||
<param name="Keyword" value="BeginEdit method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="BeginEdit method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BeginEdit method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BeginEdit Method ()">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>
|
||||
@@ -0,0 +1,59 @@
|
||||
<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>BetterListView.BeginEdit(BetterListViewSubItem) Method</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">BetterListView.BeginEdit(BetterListViewSubItem) Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Edit the specified sub-item. </p>
|
||||
<div class="syntax">public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BeginEdit2.html">void</a> BeginEdit(<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewSubItem.html">BetterListViewSubItem</a> <i>subItem</i><br />);</div>
|
||||
<h4 class="dtH4">Parameters</h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<i>subItem</i>
|
||||
</dt>
|
||||
<dd>Sub-item to edit.</dd>
|
||||
</dl>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a> | <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BeginEdit~Overloads.html">BetterListView.BeginEdit Overload List</a></p>
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
||||
<param name="Keyword" value="BeginEdit method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="BeginEdit method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BeginEdit method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BeginEdit Method (BetterListViewSubItem)">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>
|
||||
@@ -0,0 +1,52 @@
|
||||
<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>BeginEdit Method</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">BetterListView.BeginEdit Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Edit the currently focused item. </p>
|
||||
<h4 class="dtH4">Overload List</h4>
|
||||
<p> Edit the currently focused item. </p>
|
||||
<blockquote class="dtBlock">
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BeginEdit1.html">public void BeginEdit()</a>
|
||||
</blockquote>
|
||||
<p> Edit the specified sub-item. </p>
|
||||
<blockquote class="dtBlock">
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BeginEdit2.html">public void BeginEdit(BetterListViewSubItem)</a>
|
||||
</blockquote>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a></p>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BeginEdit Method">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>BottomColumn Property</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">BetterListView.BottomColumn Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets the last visible column header. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnHeader.html">BetterListViewColumnHeader</a> BottomColumn { public get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BottomColumn property">
|
||||
</param>
|
||||
<param name="Keyword" value="BottomColumn property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BottomColumn property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BottomColumn%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>BottomColumnIndex Property</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">BetterListView.BottomColumnIndex Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets the last visible column header index. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BottomColumnIndex.html">int</a> BottomColumnIndex { public get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BottomColumnIndex property">
|
||||
</param>
|
||||
<param name="Keyword" value="BottomColumnIndex property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BottomColumnIndex property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BottomColumnIndex%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>BottomGroup Property</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">BetterListView.BottomGroup Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets the last visible group. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewGroup.html">BetterListViewGroup</a> BottomGroup { public get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BottomGroup property">
|
||||
</param>
|
||||
<param name="Keyword" value="BottomGroup property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BottomGroup property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BottomGroup%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>BottomGroupIndex Property</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">BetterListView.BottomGroupIndex Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets the last visible group index. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BottomGroupIndex.html">int</a> BottomGroupIndex { public get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BottomGroupIndex property">
|
||||
</param>
|
||||
<param name="Keyword" value="BottomGroupIndex property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BottomGroupIndex property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BottomGroupIndex%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>BottomItem Property</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">BetterListView.BottomItem Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets the last visible item. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewItem.html">BetterListViewItem</a> BottomItem { public get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BottomItem property">
|
||||
</param>
|
||||
<param name="Keyword" value="BottomItem property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BottomItem property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BottomItem%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>BottomItemIndex Property</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">BetterListView.BottomItemIndex Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets the last visible item index. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.BottomItemIndex.html">int</a> BottomItemIndex { public get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="BottomItemIndex property">
|
||||
</param>
|
||||
<param name="Keyword" value="BottomItemIndex property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.BottomItemIndex property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.BottomItemIndex%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>CacheImages Property</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">BetterListView.CacheImages Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> cache resized images for faster redrawing of the control </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Performance"")]</div>
|
||||
<div class="attribute">[Description(Description=""Cache resized images for faster redrawing of the control"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=True)]</div>public override <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.CacheImages.html">bool</a> CacheImages { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CacheImages property">
|
||||
</param>
|
||||
<param name="Keyword" value="CacheImages property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CacheImages property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CacheImages%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.CheckAutoExpand Event</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">BetterListView.CheckAutoExpand Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs on decision whether a group or item should be auto-expanded. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Action"")]</div>
|
||||
<div class="attribute">[Description(Description=""Occurs on decision whether a group or item should be auto-expanded"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewCheckAutoExpandEventHandler.html">BetterListViewCheckAutoExpandEventHandler</a> CheckAutoExpand;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CheckAutoExpand event">
|
||||
</param>
|
||||
<param name="Keyword" value="CheckAutoExpand event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CheckAutoExpand event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CheckAutoExpand%20Event
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>CheckBoxes Property</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">BetterListView.CheckBoxes Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets display of the check boxes. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Display of the check boxes"")]</div>
|
||||
<div class="attribute">[Category(Category=""Appearance"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewCheckBoxes.html">BetterListViewCheckBoxes</a> CheckBoxes { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CheckBoxes property">
|
||||
</param>
|
||||
<param name="Keyword" value="CheckBoxes property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CheckBoxes property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CheckBoxes%20Property
 ">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>
|
||||
@@ -0,0 +1,58 @@
|
||||
<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>CheckBoxesAlign Property</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">BetterListView.CheckBoxesAlign Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Keep items with hidden check box aligned the same way as items with visible check box. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value=True)]</div>
|
||||
<div class="attribute">[Category(Category=""Appearance"")]</div>
|
||||
<div class="attribute">[Description(Description=""Keep items with hidden check box aligned the same way as items with visible check" +
|
||||
" box"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.CheckBoxesAlign.html">bool</a> CheckBoxesAlign { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CheckBoxesAlign property">
|
||||
</param>
|
||||
<param name="Keyword" value="CheckBoxesAlign property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CheckBoxesAlign property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CheckBoxesAlign%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>CheckBoxesVisible Property</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">BetterListView.CheckBoxesVisible Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets a value indicating whether check boxes are visible. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.CheckBoxesVisible.html">bool</a> CheckBoxesVisible { public get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CheckBoxesVisible property">
|
||||
</param>
|
||||
<param name="Keyword" value="CheckBoxesVisible property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CheckBoxesVisible property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CheckBoxesVisible%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.CheckItemReorder Event</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">BetterListView.CheckItemReorder Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs on decision whether item can be reordered to a specific location. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Occurs on decision whether item can be reordered to a specific location"")]</div>
|
||||
<div class="attribute">[Category(Category=""Action"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewCheckItemReorderEventHandler.html">BetterListViewCheckItemReorderEventHandler</a> CheckItemReorder;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CheckItemReorder event">
|
||||
</param>
|
||||
<param name="Keyword" value="CheckItemReorder event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CheckItemReorder event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CheckItemReorder%20Event
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>CheckedIndices Property</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">BetterListView.CheckedIndices Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets indices of checked items. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewCheckedIndexCollection.html">BetterListViewCheckedIndexCollection</a> CheckedIndices { public get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CheckedIndices property">
|
||||
</param>
|
||||
<param name="Keyword" value="CheckedIndices property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CheckedIndices property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CheckedIndices%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>CheckedItems Property</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">BetterListView.CheckedItems Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets collection of checked items. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewCheckedItemCollection.html">BetterListViewCheckedItemCollection</a> CheckedItems { public get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CheckedItems property">
|
||||
</param>
|
||||
<param name="Keyword" value="CheckedItems property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CheckedItems property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CheckedItems%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.CheckedItemsChanged Event</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">BetterListView.CheckedItemsChanged Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs when the CheckedItems collection changes. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""Occurs when the CheckedItems collection changes"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewCheckedItemsChangedEventHandler.html">BetterListViewCheckedItemsChangedEventHandler</a> CheckedItemsChanged;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CheckedItemsChanged event">
|
||||
</param>
|
||||
<param name="Keyword" value="CheckedItemsChanged event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CheckedItemsChanged event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CheckedItemsChanged%20Event
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>CircularSelection Property</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">BetterListView.CircularSelection Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Allow jumping to item on another side of the list by moving selection. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=False)]</div>
|
||||
<div class="attribute">[Description(Description=""Allow jumping to item on another side of the list by moving selection"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.CircularSelection.html">bool</a> CircularSelection { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CircularSelection property">
|
||||
</param>
|
||||
<param name="Keyword" value="CircularSelection property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CircularSelection property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CircularSelection%20Property
 ">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>
|
||||
@@ -0,0 +1,52 @@
|
||||
<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>BetterListView.Clear() Method</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">BetterListView.Clear() Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Remove all elements from the list. </p>
|
||||
<div class="syntax">public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Clear1.html">void</a> Clear();</div>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a> | <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Clear~Overloads.html">BetterListView.Clear Overload List</a></p>
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
||||
<param name="Keyword" value="Clear method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="Clear method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.Clear method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.Clear Method ()">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>
|
||||
@@ -0,0 +1,59 @@
|
||||
<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>BetterListView.Clear(Boolean) Method</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">BetterListView.Clear(Boolean) Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Remove all elements from the list. </p>
|
||||
<div class="syntax">public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Clear2.html">void</a> Clear(<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Clear2.html">bool</a> <i>itemsOnly</i><br />);</div>
|
||||
<h4 class="dtH4">Parameters</h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<i>itemsOnly</i>
|
||||
</dt>
|
||||
<dd>Clear items only.</dd>
|
||||
</dl>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a> | <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Clear~Overloads.html">BetterListView.Clear Overload List</a></p>
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
||||
<param name="Keyword" value="Clear method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="Clear method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.Clear method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.Clear Method (Boolean)">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>
|
||||
@@ -0,0 +1,52 @@
|
||||
<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>Clear Method</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">BetterListView.Clear Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Remove all elements from the list. </p>
|
||||
<h4 class="dtH4">Overload List</h4>
|
||||
<p> Remove all elements from the list. </p>
|
||||
<blockquote class="dtBlock">
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Clear1.html">public void Clear()</a>
|
||||
</blockquote>
|
||||
<p> Remove all elements from the list. </p>
|
||||
<blockquote class="dtBlock">
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Clear2.html">public void Clear(bool)</a>
|
||||
</blockquote>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a></p>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.Clear Method">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>CollapsedItemUnselection Property</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">BetterListView.CollapsedItemUnselection Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Determines how the collapsed items are unselected. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""Determines how the collapsed items are unselected"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewUnselectionBehavior.html">BetterListViewUnselectionBehavior</a> CollapsedItemUnselection { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CollapsedItemUnselection property">
|
||||
</param>
|
||||
<param name="Keyword" value="CollapsedItemUnselection property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CollapsedItemUnselection property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CollapsedItemUnselection%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>ColorColumnResizeLine Property</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">BetterListView.ColorColumnResizeLine Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets color of the column resizing line. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Appearance"")]</div>
|
||||
<div class="attribute">[Description(Description=""Color of the column resizing line"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.ColorColumnResizeLine.html">Color</a> ColorColumnResizeLine { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColorColumnResizeLine property">
|
||||
</param>
|
||||
<param name="Keyword" value="ColorColumnResizeLine property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColorColumnResizeLine property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColorColumnResizeLine%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>ColorGridLines Property</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">BetterListView.ColorGridLines Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets color of the grid lines. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Appearance"")]</div>
|
||||
<div class="attribute">[Description(Description=""Color of the grid lines"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.ColorGridLines.html">Color</a> ColorGridLines { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColorGridLines property">
|
||||
</param>
|
||||
<param name="Keyword" value="ColorGridLines property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColorGridLines property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColorGridLines%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>ColorInsertionMark Property</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">BetterListView.ColorInsertionMark Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets color of the insertion mark (column headers). </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Color of the insertion mark (column headers)"")]</div>
|
||||
<div class="attribute">[Category(Category=""Appearance"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.ColorInsertionMark.html">Color</a> ColorInsertionMark { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColorInsertionMark property">
|
||||
</param>
|
||||
<param name="Keyword" value="ColorInsertionMark property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColorInsertionMark property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColorInsertionMark%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>ColorSortedColumn Property</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">BetterListView.ColorSortedColumn Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets color of the sorted column background. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Color of the sorted column background"")]</div>
|
||||
<div class="attribute">[Category(Category=""Appearance"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.ColorSortedColumn.html">Color</a> ColorSortedColumn { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColorSortedColumn property">
|
||||
</param>
|
||||
<param name="Keyword" value="ColorSortedColumn property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColorSortedColumn property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColorSortedColumn%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.ColumnClick Event</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">BetterListView.ColumnClick Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs before column header is clicked. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Occurs before a column header is clicked"")]</div>
|
||||
<div class="attribute">[Category(Category=""Action"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnClickEventHandler.html">BetterListViewColumnClickEventHandler</a> ColumnClick;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColumnClick event">
|
||||
</param>
|
||||
<param name="Keyword" value="ColumnClick event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColumnClick event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColumnClick%20Event
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.ColumnClicked Event</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">BetterListView.ColumnClicked Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs after a column is clicked. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Occurs after a column is clicked"")]</div>
|
||||
<div class="attribute">[Category(Category=""Action"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnClickedEventHandler.html">BetterListViewColumnClickedEventHandler</a> ColumnClicked;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColumnClicked event">
|
||||
</param>
|
||||
<param name="Keyword" value="ColumnClicked event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColumnClicked event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColumnClicked%20Event
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>ColumnReorderMode Property</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">BetterListView.ColumnReorderMode Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets column reordering mode. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Column reordering mode"")]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnReorderMode.html">BetterListViewColumnReorderMode</a> ColumnReorderMode { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColumnReorderMode property">
|
||||
</param>
|
||||
<param name="Keyword" value="ColumnReorderMode property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColumnReorderMode property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColumnReorderMode%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.ColumnReordered Event</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">BetterListView.ColumnReordered Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs when a column header is being reordered. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Occurs when a column header is being reordered"")]</div>
|
||||
<div class="attribute">[Category(Category=""Action"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnReorderedEventHandler.html">BetterListViewColumnReorderedEventHandler</a> ColumnReordered;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColumnReordered event">
|
||||
</param>
|
||||
<param name="Keyword" value="ColumnReordered event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColumnReordered event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColumnReordered%20Event
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.ColumnWidthChanged Event</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">BetterListView.ColumnWidthChanged Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs when column header width has been changed. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Property Changed"")]</div>
|
||||
<div class="attribute">[Description(Description=""Occurs when column header width has been changed"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnWidthChangedEventHandler.html">BetterListViewColumnWidthChangedEventHandler</a> ColumnWidthChanged;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColumnWidthChanged event">
|
||||
</param>
|
||||
<param name="Keyword" value="ColumnWidthChanged event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColumnWidthChanged event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColumnWidthChanged%20Event
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.ColumnWidthChanging Event</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">BetterListView.ColumnWidthChanging Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs when column header width is being changed. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Property Changed"")]</div>
|
||||
<div class="attribute">[Description(Description=""Occurs when column header width is being changed"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnWidthChangingEventHandler.html">BetterListViewColumnWidthChangingEventHandler</a> ColumnWidthChanging;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColumnWidthChanging event">
|
||||
</param>
|
||||
<param name="Keyword" value="ColumnWidthChanging event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColumnWidthChanging event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColumnWidthChanging%20Event
 ">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>
|
||||
@@ -0,0 +1,59 @@
|
||||
<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>Columns Property</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">BetterListView.Columns Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets collection of column headers. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Collection of column headers"")]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Localizable(IsLocalizable=True)]</div>
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Content)]</div>
|
||||
<div class="attribute">[MergableProperty(AllowMerge=False)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnHeaderCollection.html">BetterListViewColumnHeaderCollection</a> Columns { public get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="Columns property">
|
||||
</param>
|
||||
<param name="Keyword" value="Columns property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.Columns property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.Columns%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>ColumnsDisplayMode Property</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">BetterListView.ColumnsDisplayMode Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets display mode of the column headers. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Appearance"")]</div>
|
||||
<div class="attribute">[Description(Description=""Display mode of the column headers"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnHeaderDisplayMode.html">BetterListViewColumnHeaderDisplayMode</a> ColumnsDisplayMode { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColumnsDisplayMode property">
|
||||
</param>
|
||||
<param name="Keyword" value="ColumnsDisplayMode property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColumnsDisplayMode property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColumnsDisplayMode%20Property
 ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>ColumnsVisible Property</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">BetterListView.ColumnsVisible Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether column headers are visible. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.ColumnsVisible.html">bool</a> ColumnsVisible { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ColumnsVisible property">
|
||||
</param>
|
||||
<param name="Keyword" value="ColumnsVisible property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ColumnsVisible property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ColumnsVisible%20Property
 ">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>
|
||||
@@ -0,0 +1,61 @@
|
||||
<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>BetterListView.Contains Method</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">BetterListView.Contains Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Check whether this control contains the specified element. </p>
|
||||
<div class="syntax">public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Contains1.html">bool</a> Contains(<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewElementBase.html">BetterListViewElementBase</a> <i>element</i><br />);</div>
|
||||
<h4 class="dtH4">Parameters</h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<i>element</i>
|
||||
</dt>
|
||||
<dd>Element to check.</dd>
|
||||
</dl>
|
||||
<h4 class="dtH4">Return Value</h4>
|
||||
<p>This control contains the specified element.</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="Contains method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="Contains method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.Contains method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.Contains Method ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>ContextMenuStrip Property</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">BetterListView.ContextMenuStrip Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets common ContextMenuStrip. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=null)]</div>
|
||||
<div class="attribute">[Description(Description=""Common ContextMenuStrip"")]</div>public override <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.ContextMenuStrip.html">ContextMenuStrip</a> ContextMenuStrip { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ContextMenuStrip property">
|
||||
</param>
|
||||
<param name="Keyword" value="ContextMenuStrip property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ContextMenuStrip property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ContextMenuStrip%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>ContextMenuStripColumns Property</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">BetterListView.ContextMenuStripColumns Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets ContextMenuStrip available by clicking on the column header. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value=null)]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""ContextMenuStrip available by clicking on the column header"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.ContextMenuStripColumns.html">ContextMenuStrip</a> ContextMenuStripColumns { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ContextMenuStripColumns property">
|
||||
</param>
|
||||
<param name="Keyword" value="ContextMenuStripColumns property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ContextMenuStripColumns property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ContextMenuStripColumns%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>ContextMenuStripGroups Property</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">BetterListView.ContextMenuStripGroups Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets ContextMenuStrip available by clicking the group area. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=null)]</div>
|
||||
<div class="attribute">[Description(Description=""ContextMenuStrip available by clicking the group area"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.ContextMenuStripGroups.html">ContextMenuStrip</a> ContextMenuStripGroups { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ContextMenuStripGroups property">
|
||||
</param>
|
||||
<param name="Keyword" value="ContextMenuStripGroups property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ContextMenuStripGroups property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ContextMenuStripGroups%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>ContextMenuStripItems Property</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">BetterListView.ContextMenuStripItems Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets ContextMenuStrip available by clicking the items area. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value=null)]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[Description(Description=""ContextMenuStrip available by clicking the items area"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.ContextMenuStripItems.html">ContextMenuStrip</a> ContextMenuStripItems { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="ContextMenuStripItems property">
|
||||
</param>
|
||||
<param name="Keyword" value="ContextMenuStripItems property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.ContextMenuStripItems property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.ContextMenuStripItems%20Property
 ">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>
|
||||
@@ -0,0 +1,55 @@
|
||||
<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>BetterListView.CreateAccessibilityInstance Method</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">BetterListView.CreateAccessibilityInstance Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Creates a new accessibility object for the control. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[EditorBrowsable(State=EditorBrowsableState.Advanced)]</div>protected override <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.CreateAccessibilityInstance.html">AccessibleObject</a> CreateAccessibilityInstance();</div>
|
||||
<h4 class="dtH4">Return Value</h4>
|
||||
<p> A new <a href="http://msdn.microsoft.com/en-us/library/System.Windows.Forms.AccessibleObject(VS.90).aspx">AccessibleObject</a> for the control. </p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="CreateAccessibilityInstance method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="CreateAccessibilityInstance method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.CreateAccessibilityInstance method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.CreateAccessibilityInstance Method ">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>
|
||||
@@ -0,0 +1,56 @@
|
||||
<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>Cursor Property</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">BetterListView.Cursor Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets the cursor that is displayed when the mouse pointer is over the control. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Browsable(Browsable=False)]</div>
|
||||
<div class="attribute">[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]</div>public override <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Cursor.html">Cursor</a> Cursor { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="Cursor property">
|
||||
</param>
|
||||
<param name="Keyword" value="Cursor property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.Cursor property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.Cursor%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>DataBindColumns Property</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">BetterListView.DataBindColumns Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to synchronize columns with the bound data structure. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value=False)]</div>
|
||||
<div class="attribute">[Description(Description=""Synchronize columns with the bound data structure"")]</div>
|
||||
<div class="attribute">[Category(Category=""Data"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DataBindColumns.html">bool</a> DataBindColumns { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DataBindColumns property">
|
||||
</param>
|
||||
<param name="Keyword" value="DataBindColumns property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DataBindColumns property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DataBindColumns%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>DataBindPosition Property</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">BetterListView.DataBindPosition Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to synchronize selected item with the current position in bound data structure. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Synchronize selected item with the current position in bound data structure"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=True)]</div>
|
||||
<div class="attribute">[Category(Category=""Data"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DataBindPosition.html">bool</a> DataBindPosition { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DataBindPosition property">
|
||||
</param>
|
||||
<param name="Keyword" value="DataBindPosition property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DataBindPosition property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DataBindPosition%20Property
 ">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>
|
||||
@@ -0,0 +1,58 @@
|
||||
<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>DataSource Property</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">BetterListView.DataSource Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets data source for this control. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value=null)]</div>
|
||||
<div class="attribute">[Description(Description=""Data source for this control"")]</div>
|
||||
<div class="attribute">[TypeConverter(ConverterTypeName=""System.Windows.Forms.Design.DataSourceConverter, System.Design"")]</div>
|
||||
<div class="attribute">[Category(Category=""Data"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DataSource.html">object</a> DataSource { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DataSource property">
|
||||
</param>
|
||||
<param name="Keyword" value="DataSource property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DataSource property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DataSource%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.DataSourceChanged Event</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">BetterListView.DataSourceChanged Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs when DataSource property changes. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Occurs when DataSource property changes"")]</div>
|
||||
<div class="attribute">[Category(Category=""Data"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DataSourceChanged.html">EventHandler</a> DataSourceChanged;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DataSourceChanged event">
|
||||
</param>
|
||||
<param name="Keyword" value="DataSourceChanged event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DataSourceChanged event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DataSourceChanged%20Event
 ">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>
|
||||
@@ -0,0 +1,55 @@
|
||||
<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>BetterListView.DefaultIndent Field</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">BetterListView.DefaultIndent Field
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Default indentation of child items. </p>
|
||||
<div class="syntax">public const <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DefaultIndent.html">int</a> DefaultIndent = -1;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DefaultIndent field">
|
||||
</param>
|
||||
<param name="Keyword" value="DefaultIndent field, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DefaultIndent field">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DefaultIndent%20Field
 ">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>
|
||||
@@ -0,0 +1,54 @@
|
||||
<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>DefaultSize Property</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">BetterListView.DefaultSize Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets the default size of the control. </p>
|
||||
<div class="syntax">protected override <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DefaultSize.html">Size</a> DefaultSize { protected get; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DefaultSize property">
|
||||
</param>
|
||||
<param name="Keyword" value="DefaultSize property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DefaultSize property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DefaultSize%20Property
 ">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>
|
||||
@@ -0,0 +1,58 @@
|
||||
<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>DisplayMember Property</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">BetterListView.DisplayMember Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets property to display on list items. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[DefaultValue(Value="")]</div>
|
||||
<div class="attribute">[Category(Category=""Data"")]</div>
|
||||
<div class="attribute">[Description(Description=""Property to display on list items"")]</div>
|
||||
<div class="attribute">[Editor(EditorBaseTypeName=""System.Drawing.Design.UITypeEditor, System.Drawing"", EditorTypeName=""System.Windows.Forms.Design.DataMemberListEditor, System.Design"")]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DisplayMember.html">string</a> DisplayMember { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DisplayMember property">
|
||||
</param>
|
||||
<param name="Keyword" value="DisplayMember property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DisplayMember property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DisplayMember%20Property
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.DisplayMemberChanged Event</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">BetterListView.DisplayMemberChanged Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs when DisplayMember property changed. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Category(Category=""Data"")]</div>
|
||||
<div class="attribute">[Description(Description=""Occurs when DisplayMember property changed"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DisplayMemberChanged.html">EventHandler</a> DisplayMemberChanged;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DisplayMemberChanged event">
|
||||
</param>
|
||||
<param name="Keyword" value="DisplayMemberChanged event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DisplayMemberChanged event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DisplayMemberChanged%20Event
 ">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>
|
||||
@@ -0,0 +1,59 @@
|
||||
<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>BetterListView.Dispose Method</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">BetterListView.Dispose Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Releases the unmanaged resources used by the <a href="http://msdn.microsoft.com/en-us/library/System.Windows.Forms.Control(VS.90).aspx">Control</a> and its child controls and optionally releases the managed resources. </p>
|
||||
<div class="syntax">protected override <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Dispose1.html">void</a> Dispose(<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.Dispose1.html">bool</a> <i>disposing</i><br />);</div>
|
||||
<h4 class="dtH4">Parameters</h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<i>disposing</i>
|
||||
</dt>
|
||||
<dd>True to release both managed and unmanaged resources; false to release only unmanaged resources.</dd>
|
||||
</dl>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="Dispose method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="Dispose method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.Dispose method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.Dispose Method ">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>
|
||||
@@ -0,0 +1,59 @@
|
||||
<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>BetterListView.DoDefaultAction(BetterListViewItem) Method</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">BetterListView.DoDefaultAction(BetterListViewItem) Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Perform default action on the specified item. </p>
|
||||
<div class="syntax">protected <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DoDefaultAction1.html">void</a> DoDefaultAction(<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewItem.html">BetterListViewItem</a> <i>item</i><br />);</div>
|
||||
<h4 class="dtH4">Parameters</h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<i>item</i>
|
||||
</dt>
|
||||
<dd>Item to perform default action on.</dd>
|
||||
</dl>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a> | <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DoDefaultAction~Overloads.html">BetterListView.DoDefaultAction Overload List</a></p>
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
||||
<param name="Keyword" value="DoDefaultAction method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="DoDefaultAction method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DoDefaultAction method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DoDefaultAction Method (BetterListViewItem)">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>
|
||||
@@ -0,0 +1,59 @@
|
||||
<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>BetterListView.DoDefaultAction(BetterListViewColumnHeader) Method</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">BetterListView.DoDefaultAction(BetterListViewColumnHeader) Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Perform default action on the specified column header. </p>
|
||||
<div class="syntax">protected virtual <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DoDefaultAction2.html">void</a> DoDefaultAction(<br /> <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewColumnHeader.html">BetterListViewColumnHeader</a> <i>columnHeader</i><br />);</div>
|
||||
<h4 class="dtH4">Parameters</h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<i>columnHeader</i>
|
||||
</dt>
|
||||
<dd>Column header to perform default action on.</dd>
|
||||
</dl>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a> | <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DoDefaultAction~Overloads.html">BetterListView.DoDefaultAction Overload List</a></p>
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
||||
<param name="Keyword" value="DoDefaultAction method
 ">
|
||||
</param>
|
||||
<param name="Keyword" value="DoDefaultAction method, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DoDefaultAction method
 ">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DoDefaultAction Method (BetterListViewColumnHeader)">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>
|
||||
@@ -0,0 +1,52 @@
|
||||
<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>DoDefaultAction Method</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">BetterListView.DoDefaultAction Method</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Perform default action on the specified column header. </p>
|
||||
<h4 class="dtH4">Overload List</h4>
|
||||
<p> Perform default action on the specified column header. </p>
|
||||
<blockquote class="dtBlock">
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DoDefaultAction2.html">protected virtual void DoDefaultAction(BetterListViewColumnHeader)</a>
|
||||
</blockquote>
|
||||
<p> Perform default action on the specified item. </p>
|
||||
<blockquote class="dtBlock">
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DoDefaultAction1.html">protected void DoDefaultAction(BetterListViewItem)</a>
|
||||
</blockquote>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a></p>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DoDefaultAction Method">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.DragDropEffectSetting Event</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">BetterListView.DragDropEffectSetting Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs when Drag and Drop effect is being set. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Occurs when Drag and Drop effect is being set"")]</div>
|
||||
<div class="attribute">[Category(Category=""Drag Drop"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewDragDropEffectSettingEventHandler.html">BetterListViewDragDropEffectSettingEventHandler</a> DragDropEffectSetting;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DragDropEffectSetting event">
|
||||
</param>
|
||||
<param name="Keyword" value="DragDropEffectSetting event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DragDropEffectSetting event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DragDropEffectSetting%20Event
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>BetterListView.DragDropException Event</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">BetterListView.DragDropException Event
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Occurs when an exception is thrown during Drag and Drop operation. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Occurs when an exception is thrown during Drag and Drop operation"")]</div>
|
||||
<div class="attribute">[Category(Category=""Drag Drop"")]</div>public event <a href="BetterListView~ComponentOwl.BetterListView.BetterListViewDragDropExceptionEventHandler.html">BetterListViewDragDropExceptionEventHandler</a> DragDropException;</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DragDropException event">
|
||||
</param>
|
||||
<param name="Keyword" value="DragDropException event, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DragDropException event">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DragDropException%20Event
 ">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>
|
||||
@@ -0,0 +1,57 @@
|
||||
<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>DragSelectionInversion Property</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">BetterListView.DragSelectionInversion Property</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="nstext">
|
||||
<p> Gets or sets a value indicating whether to allow item selection inversion by holding Control key while drag selecting items. </p>
|
||||
<div class="syntax">
|
||||
<div class="attribute">[Description(Description=""Allow item selection inversion by holding Control key while drag selecting items"")]</div>
|
||||
<div class="attribute">[Category(Category=""Behavior"")]</div>
|
||||
<div class="attribute">[DefaultValue(Value=False)]</div>public <a href="BetterListView~ComponentOwl.BetterListView.BetterListView.DragSelectionInversion.html">bool</a> DragSelectionInversion { public get; public set; }</div>
|
||||
<p>
|
||||
</p>
|
||||
<h4 class="dtH4">See Also</h4>
|
||||
<p>
|
||||
<a href="BetterListView~ComponentOwl.BetterListView.BetterListView.html">BetterListView Class</a> | <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="DragSelectionInversion property">
|
||||
</param>
|
||||
<param name="Keyword" value="DragSelectionInversion property, BetterListView class">
|
||||
</param>
|
||||
<param name="Keyword" value="BetterListView.DragSelectionInversion property">
|
||||
</param>
|
||||
</object>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<p>
|
||||
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListView.DragSelectionInversion%20Property
 ">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>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user