ListBox.GetItemRectangle 方法
返回 ListBox 中的项的边框。
**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)
语法
声明
Public Function GetItemRectangle ( _
index As Integer _
) As Rectangle
用法
Dim instance As ListBox
Dim index As Integer
Dim returnValue As Rectangle
returnValue = instance.GetItemRectangle(index)
public Rectangle GetItemRectangle (
int index
)
public:
Rectangle GetItemRectangle (
int index
)
public Rectangle GetItemRectangle (
int index
)
public function GetItemRectangle (
index : int
) : Rectangle
参数
- index
要返回其边框的项的从零开始的索引。
返回值
Rectangle,表示指定项的边框。
异常
异常类型 | 条件 |
---|---|
index 参数或者小于零,或者大于或等于 ListBox.ObjectCollection 类的 Count 属性的值。 |
备注
如果 index 参数中指定的项不可见,则此方法返回的矩形将位于控件的可见部分之外。可使用此方法确定列表内项的大小和位置。若要获取项(特别是高度可变的所有者描述的列表项)的高度,可以使用 GetItemHeight 方法。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0