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
- SmtpNtlmAuthenticationModule.cs
- MediaEntryAttribute.cs
- TextSearch.cs
- TypeConstant.cs
- SessionChannels.cs
- PassportPrincipal.cs
- httpapplicationstate.cs
- RepeaterItem.cs
- ControlBindingsCollection.cs
- TextStore.cs
- DomNameTable.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- WorkflowOwnerAsyncResult.cs
- BoundColumn.cs
- controlskin.cs
- SqlBooleanMismatchVisitor.cs
- ReliableChannelListener.cs
- MsmqIntegrationBinding.cs
- Stylus.cs
- cookie.cs
- PagedControl.cs
- XPathNode.cs
- BitmapData.cs
- MultiSelector.cs
- PropertyInformationCollection.cs
- ProcessThread.cs
- HttpWriter.cs
- Point.cs
- IImplicitResourceProvider.cs
- InternalCache.cs
- QueryParameter.cs
- WebPartDisplayModeEventArgs.cs
- FormatException.cs
- OleDbParameter.cs
- TypeReference.cs
- hwndwrapper.cs
- NamespaceQuery.cs
- XmlArrayAttribute.cs
- ImageDesigner.cs
- ModelProperty.cs
- DesigntimeLicenseContextSerializer.cs
- InlinedAggregationOperator.cs
- ToolStripItemImageRenderEventArgs.cs
- Version.cs
- ToolStripInSituService.cs
- CompiledQuery.cs
- EntitySqlQueryBuilder.cs
- InlineCollection.cs
- SymbolTable.cs
- _emptywebproxy.cs
- UrlMappingsSection.cs
- InvalidDataException.cs
- processwaithandle.cs
- UInt64.cs
- CleanUpVirtualizedItemEventArgs.cs
- NamespaceCollection.cs
- COMException.cs
- ExcludePathInfo.cs
- TrackingLocationCollection.cs
- ObjectDataSourceSelectingEventArgs.cs
- _AcceptOverlappedAsyncResult.cs
- DesignerHelpers.cs
- ProjectionPlanCompiler.cs
- odbcmetadatacollectionnames.cs
- BeginStoryboard.cs
- Style.cs
- HtmlTableRow.cs
- PropertyGridCommands.cs
- RandomNumberGenerator.cs
- ThreadExceptionEvent.cs
- newitemfactory.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- IfAction.cs
- ClonableStack.cs
- XamlWrappingReader.cs
- SecurityContextSecurityTokenParameters.cs
- TextEditor.cs
- CheckBoxAutomationPeer.cs
- EventDescriptor.cs
- StringFormat.cs
- SqlErrorCollection.cs
- BinaryMethodMessage.cs
- BaseAsyncResult.cs
- WSDualHttpBindingCollectionElement.cs
- OleDbParameterCollection.cs
- ListDictionaryInternal.cs
- StreamHelper.cs
- QuotedPrintableStream.cs
- CryptoApi.cs
- ValueProviderWrapper.cs
- AsmxEndpointPickerExtension.cs
- TextBox.cs
- QueryOperatorEnumerator.cs
- XmlDataCollection.cs
- ResourceLoader.cs
- NetNamedPipeSecurity.cs
- TrackingMemoryStream.cs
- RadioButtonPopupAdapter.cs
- Int32AnimationBase.cs
- XComponentModel.cs