FineUIPro 10.0
企业级 ASP.NET UI 控件库
|
控件相关帮助函数 更多...
静态 Public 成员函数 | |
static Control | FindParentControl (Control control, Type controlType, Boolean checkSubclassOf) |
查找父控件 | |
static Control | FindParentControl (Control control, Type controlType) |
查找父控件 | |
static JsArrayBuilder | GetControlClientIDs (string[] serverIDs) |
获得服务器控件ID的客户端ID数组 | |
static JsArrayBuilder | GetControlClientIDs (Control ctrl, string[] serverIDs) |
获得服务器控件ID的客户端ID数组 | |
static UserControl | FindParentUserControl (Control ctrl) |
查找父层次结构中是否存在用户控件 | |
static Control | FindControl (string findControlID) |
根据控件ID查找控件 | |
static Control | FindControl (Type controlType) |
根据控件类型查找控件 | |
static Control | FindControl (Control control, string findControlId) |
在父控件的所有子控件中查找控件 | |
static Control | FindControl (Control control, Type controlType) |
在父控件的所有子控件中查找控件 | |
控件相关帮助函数
|
static |
在父控件的所有子控件中查找控件
control | 父控件 |
findControlId | 要查找的控件ID |
|
static |
在父控件的所有子控件中查找控件
control | 父控件 |
controlType | 要查找的控件类型 |
|
static |
根据控件ID查找控件
findControlID | 要查找的控件ID |
|
static |
根据控件类型查找控件
controlType | 要查找的控件类型 |
|
static |
查找父控件
control | 当前控件 |
controlType | 查找控件的类型 |
|
static |
查找父控件
control | 当前控件 |
controlType | 查找控件的类型 |
checkSubclassOf | 如果找到的控件实例继承自controlType,同样也认为是找到了 |
|
static |
查找父层次结构中是否存在用户控件
ctrl | 当前控件 |
|
static |
获得服务器控件ID的客户端ID数组
ctrl | 优先在ctrl所在的用户控件中查找 |
serverIDs |
|
static |
获得服务器控件ID的客户端ID数组
serverIDs |