Class TWizardNavigationButtonType
TWizardNavigationButtonType class. TWizardNavigationButtonType defines the
enumerable type for the possible types of buttons that can be used in the
navigation part of a TWizard
.
The following enumerable values are defined:
- Button: a regular click button
- Image: an image button
- Link: a hyperlink button
- TEnumerable implements Iterator
-
TWizardNavigationButtonType
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TWizard.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TWizard.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Button |
'Button' |
|
string |
Image |
'Image' |
|
string |
Link |
'Link' |