Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlInputReset.cs / 2 / HtmlInputReset.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * HtmlInputReset.cs * * Copyright (c) 2000 Microsoft Corporation */ using System.ComponentModel; using System.Security.Permissions; namespace System.Web.UI.HtmlControls { // [DefaultEvent("")] [SupportsEventValidation] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HtmlInputReset : HtmlInputButton { /* * Creates an intrinsic Html INPUT type=reset control. */ ////// public HtmlInputReset() : base("reset") { } /* * Creates an intrinsic Html INPUT type=reset control. */ ///Initializes a new instance of a ///class using /// default values. /// public HtmlInputReset(string type) : base(type) { } [ Browsable(false), EditorBrowsable(EditorBrowsableState.Never) ] public override bool CausesValidation { get { return base.CausesValidation; } set { base.CausesValidation = value; } } [ Browsable(false), EditorBrowsable(EditorBrowsableState.Never) ] public override string ValidationGroup { get { return base.ValidationGroup; } set { base.ValidationGroup = value; } } [ Browsable(false), EditorBrowsable(EditorBrowsableState.Never) ] public new event EventHandler ServerClick { add { base.ServerClick += value; } remove { base.ServerClick -= value; } } internal override void RenderAttributesInternal(HtmlTextWriter writer) { // We didn't generate any server event for reset button in older version } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Initializes a new instance of a ///class using the /// specified string.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Debug.cs
- Funcletizer.cs
- MediaCommands.cs
- Lease.cs
- ListItem.cs
- SymmetricCryptoHandle.cs
- TemplatedControlDesigner.cs
- UrlPropertyAttribute.cs
- SqlClientWrapperSmiStreamChars.cs
- IPGlobalProperties.cs
- Configuration.cs
- AppDomainAttributes.cs
- Italic.cs
- EncodingNLS.cs
- PageCatalogPart.cs
- AutomationElementCollection.cs
- CheckedListBox.cs
- TimeStampChecker.cs
- GridView.cs
- ReliabilityContractAttribute.cs
- DataMemberListEditor.cs
- CatalogPartChrome.cs
- KeyValuePairs.cs
- _WebProxyDataBuilder.cs
- SafeNativeMethods.cs
- CommonGetThemePartSize.cs
- filewebrequest.cs
- SmtpAuthenticationManager.cs
- XamlPointCollectionSerializer.cs
- ServicePointManager.cs
- TextStore.cs
- RtfToXamlLexer.cs
- XmlSchemaInferenceException.cs
- DomainUpDown.cs
- CodeArgumentReferenceExpression.cs
- ObjectKeyFrameCollection.cs
- EventLogger.cs
- CounterCreationDataConverter.cs
- DispatcherProcessingDisabled.cs
- HttpListenerRequestTraceRecord.cs
- TdsParserStateObject.cs
- EdmMember.cs
- RunClient.cs
- WebAdminConfigurationHelper.cs
- DataServiceKeyAttribute.cs
- PolyBezierSegment.cs
- PropertyStore.cs
- CharacterBuffer.cs
- ImagingCache.cs
- NativeMethods.cs
- _UriSyntax.cs
- SafeCryptContextHandle.cs
- DataBoundControlAdapter.cs
- UserMapPath.cs
- HttpHandler.cs
- SByteStorage.cs
- AutoSizeToolBoxItem.cs
- LineSegment.cs
- SmtpMail.cs
- ApplicationException.cs
- EntityType.cs
- TableColumn.cs
- ToolStripDesignerAvailabilityAttribute.cs
- ListViewGroupConverter.cs
- C14NUtil.cs
- XmlSchemaObjectTable.cs
- ConfigurationLockCollection.cs
- PersonalizationProviderCollection.cs
- AQNBuilder.cs
- ExpandedProjectionNode.cs
- Bezier.cs
- X509CertificateClaimSet.cs
- Codec.cs
- NumericUpDownAcceleration.cs
- PixelFormat.cs
- HttpCachePolicyWrapper.cs
- DataServiceRequestOfT.cs
- ConversionContext.cs
- DesignerDataTable.cs
- FontStretches.cs
- ApplicationFileParser.cs
- ProtocolInformationReader.cs
- AppDomainShutdownMonitor.cs
- RuntimeArgumentHandle.cs
- XPathCompileException.cs
- SqlTypeConverter.cs
- Accessible.cs
- ExtendedProtectionPolicyTypeConverter.cs
- ArgumentNullException.cs
- ProfilePropertySettingsCollection.cs
- DriveNotFoundException.cs
- ToolBar.cs
- MouseButton.cs
- DbSourceCommand.cs
- SegmentInfo.cs
- DeferredReference.cs
- DataSourceCacheDurationConverter.cs
- EntityDataSourceChangedEventArgs.cs
- File.cs
- SecurityTokenProviderContainer.cs