Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / 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. // 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
- CapabilitiesUse.cs
- SystemSounds.cs
- InvalidContentTypeException.cs
- Int16.cs
- DiagnosticSection.cs
- StringFunctions.cs
- UpdatePanelTrigger.cs
- UnmanagedMemoryStream.cs
- UmAlQuraCalendar.cs
- LiteralLink.cs
- SelfIssuedAuthProofToken.cs
- DPAPIProtectedConfigurationProvider.cs
- WorkflowCompensationBehavior.cs
- nulltextcontainer.cs
- XmlSchemaSubstitutionGroup.cs
- EnvironmentPermission.cs
- DataGridViewEditingControlShowingEventArgs.cs
- PathFigureCollectionValueSerializer.cs
- WebPartCollection.cs
- CodeRegionDirective.cs
- SelectorItemAutomationPeer.cs
- OracleParameterBinding.cs
- ApplicationManager.cs
- hresults.cs
- StaticSiteMapProvider.cs
- Int16Animation.cs
- Model3DGroup.cs
- DocumentViewerBase.cs
- BuildProviderAppliesToAttribute.cs
- PeerNameRegistration.cs
- DBNull.cs
- TdsEnums.cs
- MethodToken.cs
- TextComposition.cs
- WindowsIPAddress.cs
- DateTimeConverter.cs
- DNS.cs
- TypeDescriptionProviderAttribute.cs
- PrefixQName.cs
- EntityClientCacheEntry.cs
- TypeHelpers.cs
- CompensationDesigner.cs
- SapiAttributeParser.cs
- UserInitiatedNavigationPermission.cs
- ListView.cs
- OleDbReferenceCollection.cs
- ICspAsymmetricAlgorithm.cs
- HierarchicalDataSourceControl.cs
- Html32TextWriter.cs
- RefExpr.cs
- PixelShader.cs
- XmlSchemaImport.cs
- DesignTable.cs
- LocatorPartList.cs
- ConfigurationManagerInternalFactory.cs
- ControlCachePolicy.cs
- BitmapEffectCollection.cs
- SecurityPermission.cs
- streamingZipPartStream.cs
- TypeToken.cs
- DBConnectionString.cs
- OleDbError.cs
- UpdateExpressionVisitor.cs
- MailMessage.cs
- ComponentManagerBroker.cs
- Activity.cs
- TextEditorParagraphs.cs
- KeyPressEvent.cs
- FontFamilyConverter.cs
- OdbcConnection.cs
- OdbcConnection.cs
- DataTableTypeConverter.cs
- DialogWindow.cs
- Component.cs
- RadioButton.cs
- MemoryStream.cs
- WindowsGraphics2.cs
- WebEventCodes.cs
- TimeManager.cs
- PerformanceCounterPermissionAttribute.cs
- sqlser.cs
- MinimizableAttributeTypeConverter.cs
- RequestCachePolicy.cs
- ReverseInheritProperty.cs
- KeyMatchBuilder.cs
- Timeline.cs
- Button.cs
- UniqueConstraint.cs
- DashStyle.cs
- ItemList.cs
- SessionStateContainer.cs
- ParseChildrenAsPropertiesAttribute.cs
- CustomAttributeBuilder.cs
- HttpListenerRequest.cs
- Error.cs
- SqlAliasesReferenced.cs
- MeasureData.cs
- ObjectStateFormatter.cs
- RIPEMD160.cs
- AnimationClockResource.cs