Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebParts / ZoneButton.cs / 3 / ZoneButton.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.ComponentModel; using System.Web.UI.WebControls; [SupportsEventValidation] internal sealed class ZoneButton : Button { private WebZone _owner; private string _eventArgument; public ZoneButton(WebZone owner, string eventArgument) { if (owner == null) { throw new ArgumentNullException("owner"); } _owner = owner; _eventArgument = eventArgument; } [ DefaultValue(false), ] public override bool UseSubmitBehavior { get { return false; } set { // This is an internal sealed class so we know the setter is never called. throw new InvalidOperationException(); } } protected override PostBackOptions GetPostBackOptions() { // _owner.Page may be null in the designer if (!String.IsNullOrEmpty(_eventArgument) && _owner.Page != null) { PostBackOptions options = new PostBackOptions(_owner, _eventArgument); options.ClientSubmit = true; return options; } return base.GetPostBackOptions(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.ComponentModel; using System.Web.UI.WebControls; [SupportsEventValidation] internal sealed class ZoneButton : Button { private WebZone _owner; private string _eventArgument; public ZoneButton(WebZone owner, string eventArgument) { if (owner == null) { throw new ArgumentNullException("owner"); } _owner = owner; _eventArgument = eventArgument; } [ DefaultValue(false), ] public override bool UseSubmitBehavior { get { return false; } set { // This is an internal sealed class so we know the setter is never called. throw new InvalidOperationException(); } } protected override PostBackOptions GetPostBackOptions() { // _owner.Page may be null in the designer if (!String.IsNullOrEmpty(_eventArgument) && _owner.Page != null) { PostBackOptions options = new PostBackOptions(_owner, _eventArgument); options.ClientSubmit = true; return options; } return base.GetPostBackOptions(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ArraySortHelper.cs
- SapiRecognizer.cs
- AuthenticationServiceManager.cs
- RequiredFieldValidator.cs
- WindowsStatusBar.cs
- ResourceReferenceExpression.cs
- RpcResponse.cs
- CapiSymmetricAlgorithm.cs
- CodeGroup.cs
- ServiceModelExtensionElement.cs
- DataTablePropertyDescriptor.cs
- ToolStripOverflowButton.cs
- Pair.cs
- ManageRequest.cs
- SystemIPv4InterfaceProperties.cs
- MenuAdapter.cs
- SectionUpdates.cs
- RegexStringValidatorAttribute.cs
- DataSourceHelper.cs
- ServicesExceptionNotHandledEventArgs.cs
- DesignerSerializationVisibilityAttribute.cs
- PointAnimationUsingKeyFrames.cs
- NotImplementedException.cs
- FixedNode.cs
- BitmapEffectrendercontext.cs
- PenThread.cs
- Flowchart.cs
- DefaultShape.cs
- TextServicesManager.cs
- WizardStepBase.cs
- DataBindingHandlerAttribute.cs
- GlyphTypeface.cs
- BlurEffect.cs
- ServiceDebugBehavior.cs
- PrintController.cs
- StylusPointProperty.cs
- Model3DGroup.cs
- FixedFindEngine.cs
- ReverseInheritProperty.cs
- MultipartContentParser.cs
- Currency.cs
- SapiGrammar.cs
- TableRow.cs
- WindowsScrollBarBits.cs
- XmlLangPropertyAttribute.cs
- SecurityException.cs
- EventDescriptorCollection.cs
- MatrixAnimationUsingKeyFrames.cs
- UnsafeMethods.cs
- SvcFileManager.cs
- ListViewItem.cs
- CertificateManager.cs
- SecurityUniqueId.cs
- FileUpload.cs
- TranslateTransform3D.cs
- OdbcError.cs
- OrderByBuilder.cs
- FileUtil.cs
- PersonalizableAttribute.cs
- HelloOperationAsyncResult.cs
- ConfigPathUtility.cs
- BevelBitmapEffect.cs
- CapabilitiesRule.cs
- SoapIgnoreAttribute.cs
- DataGridItemCollection.cs
- SystemIPGlobalProperties.cs
- TabControl.cs
- DecoderFallbackWithFailureFlag.cs
- KeyValuePair.cs
- DelegatingTypeDescriptionProvider.cs
- ScrollProperties.cs
- BinaryFormatterWriter.cs
- WrappedReader.cs
- ConfigurationManagerHelperFactory.cs
- BaseParagraph.cs
- commandenforcer.cs
- TemplatePartAttribute.cs
- SchemaNamespaceManager.cs
- AccessKeyManager.cs
- Invariant.cs
- MetafileHeader.cs
- DataGridViewLayoutData.cs
- MouseBinding.cs
- XmlSchemaFacet.cs
- ProfessionalColors.cs
- SettingsPropertyValueCollection.cs
- CharacterMetricsDictionary.cs
- XPathParser.cs
- FixedDocumentSequencePaginator.cs
- ValueChangedEventManager.cs
- CursorInteropHelper.cs
- StandardBindingOptionalReliableSessionElement.cs
- ApplicationSecurityInfo.cs
- TriState.cs
- CatalogZone.cs
- AnonymousIdentificationModule.cs
- ScriptHandlerFactory.cs
- TypeSystemHelpers.cs
- WizardForm.cs
- Int16Animation.cs