参考手册

FineUI(开源版) 参考手册,包含所有控件的属性方法和事件的详细描述。

 全部  命名空间 函数 变量 枚举 枚举值 属性
静态 Public 成员函数 | 所有成员列表
FineUI.ControlUtil类 参考

控件相关帮助函数 更多...

静态 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 Control FineUI.ControlUtil.FindControl ( string  findControlID)
static

根据控件ID查找控件

参数
findControlID要查找的控件ID
返回
找到的控件
static Control FineUI.ControlUtil.FindControl ( Type  controlType)
static

根据控件类型查找控件

参数
controlType要查找的控件类型
返回
找到的控件
static Control FineUI.ControlUtil.FindControl ( Control  control,
string  findControlId 
)
static

在父控件的所有子控件中查找控件

参数
control父控件
findControlId要查找的控件ID
返回
找到的控件
static Control FineUI.ControlUtil.FindControl ( Control  control,
Type  controlType 
)
static

在父控件的所有子控件中查找控件

参数
control父控件
controlType要查找的控件类型
返回
找到的控件
static Control FineUI.ControlUtil.FindParentControl ( Control  control,
Type  controlType 
)
static

查找父控件

参数
control当前控件
controlType查找控件的类型
返回
找到的第一个父控件
static JsArrayBuilder FineUI.ControlUtil.GetControlClientIDs ( string[]  serverIDs)
static

获得服务器控件ID的客户端ID数组

参数
serverIDs
返回

该类的文档由以下文件生成: