PostBackOptions コンストラクタ (Control, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, String)
アセンブリ: System.Web (system.web.dll 内)

Public Sub New ( _ targetControl As Control, _ argument As String, _ actionUrl As String, _ autoPostBack As Boolean, _ requiresJavaScriptProtocol As Boolean, _ trackFocus As Boolean, _ clientSubmit As Boolean, _ performValidation As Boolean, _ validationGroup As String _ )
Dim targetControl As Control Dim argument As String Dim actionUrl As String Dim autoPostBack As Boolean Dim requiresJavaScriptProtocol As Boolean Dim trackFocus As Boolean Dim clientSubmit As Boolean Dim performValidation As Boolean Dim validationGroup As String Dim instance As New PostBackOptions(targetControl, argument, actionUrl, autoPostBack, requiresJavaScriptProtocol, trackFocus, clientSubmit, performValidation, validationGroup)
public PostBackOptions ( Control targetControl, string argument, string actionUrl, bool autoPostBack, bool requiresJavaScriptProtocol, bool trackFocus, bool clientSubmit, bool performValidation, string validationGroup )
public: PostBackOptions ( Control^ targetControl, String^ argument, String^ actionUrl, bool autoPostBack, bool requiresJavaScriptProtocol, bool trackFocus, bool clientSubmit, bool performValidation, String^ validationGroup )
public PostBackOptions ( Control targetControl, String argument, String actionUrl, boolean autoPostBack, boolean requiresJavaScriptProtocol, boolean trackFocus, boolean clientSubmit, boolean performValidation, String validationGroup )
public function PostBackOptions ( targetControl : Control, argument : String, actionUrl : String, autoPostBack : boolean, requiresJavaScriptProtocol : boolean, trackFocus : boolean, clientSubmit : boolean, performValidation : boolean, validationGroup : String )

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PostBackOptions コンストラクタ (Control, String)
アセンブリ: System.Web (system.web.dll 内)

Dim targetControl As Control Dim argument As String Dim instance As New PostBackOptions(targetControl, argument)

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PostBackOptions コンストラクタ (Control)
アセンブリ: System.Web (system.web.dll 内)


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PostBackOptions コンストラクタ

名前 | 説明 |
---|---|
PostBackOptions (Control) | 対象のコントロール データを指定して、PostBackOptions クラスの新しいインスタンスを初期化します。 |
PostBackOptions (Control, String) | 対象のコントロールおよび引数データを指定して、PostBackOptions クラスの新しいインスタンスを初期化します。 |
PostBackOptions (Control, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, String) | インスタンスのプロパティに対して指定した値を使用して、PostBackOptions クラスの新しいインスタンスを初期化します。 |

- PostBackOptions コンストラクタのページへのリンク