|
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) |
| 在父控件的所有子控件中查找控件
|
|