点击或拖拽改变大小

PopPanelItemCollection 类

[缺少 "T:Swebui.Controls.PopPanelItemCollection" 的 <summary> 文档]

继承层次
SystemObject
  System.CollectionsCollectionBase
    Swebui.ControlsSwebViewCollectionBasePopPanelItem
      Swebui.ControlsPopPanelItemCollection

命名空间:  Swebui.Controls
程序集:  Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法
public class PopPanelItemCollection : SwebViewCollectionBase<PopPanelItem>

PopPanelItemCollection 类型公开以下成员。

属性
方法
  名称说明
公共方法Add
添加集合元素
(继承自 SwebViewCollectionBaseT。)
公共方法AddRange
添加集合元素数组
(继承自 SwebViewCollectionBaseT。)
公共方法Clear
清除元素集合
(继承自 SwebViewCollectionBaseT。)
公共方法Contains
判断是否存在给定集合元素
(继承自 SwebViewCollectionBaseT。)
公共方法IndexOf
获取指定集合元素的索引
(继承自 SwebViewCollectionBaseT。)
公共方法Refresh
对数据进行刷新
(继承自 SwebViewCollectionBaseT。)
公共方法Remove
删除指定集合元素
(继承自 SwebViewCollectionBaseT。)
公共方法RemoveAt
删除指定索引位置的集合元素
(继承自 SwebViewCollectionBaseT。)
Top
参见