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
- BoundingRectTracker.cs
- ConnectionProviderAttribute.cs
- DataGridViewImageColumn.cs
- CodeTypeConstructor.cs
- XhtmlTextWriter.cs
- ObjectMemberMapping.cs
- SharedHttpsTransportManager.cs
- FigureParagraph.cs
- UInt32Converter.cs
- FormViewInsertEventArgs.cs
- WebPartMinimizeVerb.cs
- HScrollBar.cs
- StreamingContext.cs
- XmlElement.cs
- PerfProviderCollection.cs
- XmlQueryCardinality.cs
- FilteredDataSetHelper.cs
- Privilege.cs
- MergeFilterQuery.cs
- SecurityToken.cs
- CrossSiteScriptingValidation.cs
- DesignerAutoFormatStyle.cs
- ArglessEventHandlerProxy.cs
- CqlIdentifiers.cs
- _FtpDataStream.cs
- SoapTypeAttribute.cs
- ObjectDataSourceStatusEventArgs.cs
- DocumentGrid.cs
- __Error.cs
- NumericExpr.cs
- PersonalizableAttribute.cs
- ClientUtils.cs
- Classification.cs
- RectKeyFrameCollection.cs
- MexBindingBindingCollectionElement.cs
- AutomationFocusChangedEventArgs.cs
- HtmlAnchor.cs
- SByteConverter.cs
- FragmentQueryProcessor.cs
- PageParser.cs
- XmlRawWriter.cs
- Buffer.cs
- FrameworkContextData.cs
- XamlSerializerUtil.cs
- WindowsAuthenticationModule.cs
- KeyBinding.cs
- EntitySqlQueryCacheEntry.cs
- ListViewDataItem.cs
- DesignBindingEditor.cs
- FamilyMapCollection.cs
- KeyValuePairs.cs
- ParseNumbers.cs
- MetadataPropertyvalue.cs
- TakeQueryOptionExpression.cs
- AdornerLayer.cs
- sqlser.cs
- WebConvert.cs
- Codec.cs
- RightsManagementEncryptedStream.cs
- XslAstAnalyzer.cs
- ListItemCollection.cs
- ResponseStream.cs
- WmlMobileTextWriter.cs
- DocumentApplicationJournalEntry.cs
- GeometryDrawing.cs
- InternalTypeHelper.cs
- CodeThrowExceptionStatement.cs
- DocumentReferenceCollection.cs
- SqlUserDefinedAggregateAttribute.cs
- Metafile.cs
- CustomTypeDescriptor.cs
- NetDataContractSerializer.cs
- UserPreferenceChangedEventArgs.cs
- MatrixValueSerializer.cs
- Comparer.cs
- DefaultSection.cs
- UserMapPath.cs
- FormsAuthenticationEventArgs.cs
- XPathScanner.cs
- SqlDataReader.cs
- XmlNode.cs
- AccessibleObject.cs
- EntityType.cs
- SQLSingle.cs
- TextServicesCompartmentContext.cs
- safelinkcollection.cs
- TextTreeUndoUnit.cs
- WCFServiceClientProxyGenerator.cs
- AutomationPeer.cs
- ImportCatalogPart.cs
- DataBoundControl.cs
- XmlSchemaSimpleType.cs
- MutexSecurity.cs
- GeometryDrawing.cs
- SystemColors.cs
- AutomationPropertyInfo.cs
- ToolStripDropDownClosingEventArgs.cs
- PropertyGeneratedEventArgs.cs
- RawStylusInputReport.cs
- EditBehavior.cs