控件相关帮助函数 更多...
静态 Public 成员函数 | |
static Control | FindParentControl (Control control, Type controlType) |
查找父控件 更多... | |
static JsArrayBuilder | GetControlClientIDs (string[] serverIDs) |
获得服务器控件ID的客户端ID数组 更多... | |
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 |
根据控件ID查找控件
findControlID | 要查找的控件ID |
|
static |
根据控件类型查找控件
controlType | 要查找的控件类型 |
|
static |
在父控件的所有子控件中查找控件
control | 父控件 |
findControlId | 要查找的控件ID |
|
static |
在父控件的所有子控件中查找控件
control | 父控件 |
controlType | 要查找的控件类型 |
|
static |
查找父控件
control | 当前控件 |
controlType | 查找控件的类型 |
|
static |
获得服务器控件ID的客户端ID数组
serverIDs |