Dart.PowerWEB.TextBox Namespace : ClickBehavior Enumeration (Dart.PowerWEB.TextBox) |
Enumerates the different types of ClickBehavior for ToolbarButtons.
Member | Description |
---|---|
Postback | When clicked, the ToolbarButton will perform a traditional postback to the server, causing a ToolbarButtonClick event. |
Callback | When clicked, the ToolbarButton will cause a callback to the server, causing a ToolbarButtonClick event. Unlike traditional postbacks, the entire page will not refresh. |
None | When clicked, no postback or callback will occur. |
This enumeration replaces the RaisePostback boolean. ClickBehavior represents the postback behavior of the button when pressed.
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.