99 lines
8.2 KiB
HTML
99 lines
8.2 KiB
HTML
<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>BetterListViewAddress Members</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">BetterListViewAddress Members
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
<div id="nstext">
|
|
<p>
|
|
<a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.html">BetterListViewAddress overview</a>
|
|
</p>
|
|
<h4 class="dtH4">Public Static Methods</h4>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><img src="static.gif" /><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.Parse.html">Parse</a></td><td width="50%"> Create a new BetterListViewAddress instance from its string representation. </td></tr></table>
|
|
</div>
|
|
<h4 class="dtH4">Public Static Operators</h4>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr VALIGN="top"><td width="50%"><img src="puboperator.gif"></img><img src="static.gif" /><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.op_Equality.html">Equality Operator</a></td><td width="50%"> Test whether the two addresses are identical. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="puboperator.gif"></img><img src="static.gif" /><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.op_GreaterThan.html">Greater Than Operator</a></td><td width="50%"> Test whether the first specified address value is greater than the second specified address value. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="puboperator.gif"></img><img src="static.gif" /><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.op_GreaterThanOrEqual.html">Greater Than Or Equal Operator</a></td><td width="50%"> Test whether the first specified address value is greater or equal to the second specified address value. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="puboperator.gif"></img><img src="static.gif" /><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.op_Inequality.html">Inequality Operator</a></td><td width="50%"> Test whether the two addresses are different. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="puboperator.gif"></img><img src="static.gif" /><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.op_LessThan.html">Less Than Operator</a></td><td width="50%"> Test whether the first specified address value is less than the second specified address value. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="puboperator.gif"></img><img src="static.gif" /><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.op_LessThanOrEqual.html">Less Than Or Equal Operator</a></td><td width="50%"> Test whether the first specified address value is less or equal to the second specified address value. </td></tr></table>
|
|
</div>
|
|
<h4 class="dtH4">Public Instance Constructors</h4>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr VALIGN="top">
|
|
<td width="50%">
|
|
<img src="pubmethod.gif" />
|
|
<a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress~Constructors.html">BetterListViewAddress</a>
|
|
</td>
|
|
<td width="50%">Overloaded. Initializes a new instance of the BetterListViewAddress class.</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<h4 class="dtH4">Public Instance Properties</h4>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.Index.html">Index</a></td><td width="50%"> Gets the index of the element within current context. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.IndexGroup.html">IndexGroup</a></td><td width="50%"> Gets the index of addressed element group. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.IsGroup.html">IsGroup</a></td><td width="50%"> Gets a value indicating whether this address is a group address. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.Level.html">Level</a></td><td width="50%"> Gets the level of addressed element in item hierarchy.. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.ParentAddress.html">ParentAddress</a></td><td width="50%"> Gets the parent element address. </td></tr></table>
|
|
</div>
|
|
<h4 class="dtH4">Public Instance Methods</h4>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.Clone.html">Clone</a></td><td width="50%"> Creates a new object that is a copy of the current instance. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.CompareTo.html">CompareTo</a></td><td width="50%"> Compares the current object with another object of the same type. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.Equals.html">Equals</a></td><td width="50%"> Determines whether the specified <a href="http://msdn.microsoft.com/en-us/library/System.Object(VS.90).aspx">Object</a> is equal to this instance. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.GetHashCode.html">GetHashCode</a></td><td width="50%"> Returns a hash code for this instance. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.ToString~Overloads.html">ToString</a></td><td width="50%">Overloaded. Returns a <a href="http://msdn.microsoft.com/en-us/library/System.String(VS.90).aspx">String</a> that represents this instance. </td></tr></table>
|
|
</div>
|
|
<h4 class="dtH4">See Also</h4>
|
|
<p>
|
|
<a href="BetterListView~ComponentOwl.BetterListView.BetterListViewAddress.html">BetterListViewAddress 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="BetterListViewAddress class">
|
|
</param>
|
|
<param name="Keyword" value="ComponentOwl.BetterListView.BetterListViewAddress class">
|
|
</param>
|
|
<param name="Keyword" value="BetterListViewAddress class, all members">
|
|
</param>
|
|
</object>
|
|
<hr />
|
|
<div id="footer">
|
|
<p>
|
|
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20BetterListViewAddress%20Members
 ">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> |