Click or drag to resize
DefaultTemplateCreateButton Method (Int32, String, Boolean)
创建按钮

Namespace: Adf.Web.Pagination
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public virtual string CreateButton(
	int index,
	string text,
	bool nocurr
)

Parameters

index
Type: SystemInt32
索引
text
Type: SystemString
显示文字
nocurr
Type: SystemBoolean
是否禁止设置为当前状态

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Web.Pagination.DefaultTemplate.CreateButton(System.Int32,System.String,System.Boolean)"]

See Also