| DefaultTemplateCreateButton Method (Int32, String, Boolean) |
创建按钮
Namespace: Adf.Web.PaginationAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic virtual string CreateButton(
int index,
string text,
bool nocurr
)
Public Overridable Function CreateButton (
index As Integer,
text As String,
nocurr As Boolean
) As String
public:
virtual String^ CreateButton(
int index,
String^ text,
bool nocurr
)
abstract CreateButton :
index : int *
text : string *
nocurr : bool -> string
override CreateButton :
index : int *
text : string *
nocurr : bool -> string 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