Version

ButtonPostBackAction Enumeration

Type of browser the HTML should be created for.
Syntax
'Declaration
 
Public Enum ButtonPostBackAction 
   Inherits System.Enum
public enum ButtonPostBackAction : System.Enum 
Members
MemberDescription
AccessKeyPost back was triggered by the Access key.
CustomPost back was triggered by the customer while processing the ClientSideEvents.
EnterKeyPost back was triggered by the Enter key press.
MouseClickPost back was triggered by the mouse click.
SpaceKeyPost back was triggered by the Space key press.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also