Dart.PowerWEB.TextBox Namespace > ToolbarButton Class : ClickBehavior Property (ToolbarButton) |
Gets or sets a value which indicates the postback behavior of the ToolbarButton.
[Visual Basic]
<DefaultValueAttribute()>
Public Property ClickBehavior As ClickBehavior
[C#]
[DefaultValueAttribute()]
public ClickBehavior ClickBehavior {get; set;}
[C++]
[DefaultValueAttribute()]
public: __property ClickBehavior get_ClickBehavior();
public: __property void set_ClickBehavior(
ClickBehavior value
);
[C++/CLI]
[DefaultValueAttribute()]
public:
property ClickBehavior ClickBehavior {
ClickBehavior get();
void set (ClickBehavior value);
}
Gets or sets a value which indicates the postback behavior of the ToolbarButton. Set ClickBehavior to Postback for the button to perform a traditional postback. Setting to Callback for the button to perform an Ajax callback (no refresh of the page). Both Postback and Callback cause a ToolbarButtonClick event to fire.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarButton Class | ToolbarButton Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.