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
- DataGrid.cs
- UnmanagedBitmapWrapper.cs
- PropertyInfoSet.cs
- Journal.cs
- ThreadAttributes.cs
- ResourcePermissionBaseEntry.cs
- NotConverter.cs
- SocketElement.cs
- StorageMappingItemCollection.cs
- ToolStripItemClickedEventArgs.cs
- namescope.cs
- HtmlTitle.cs
- BaseCodeDomTreeGenerator.cs
- RetrieveVirtualItemEventArgs.cs
- SmtpNetworkElement.cs
- StreamSecurityUpgradeAcceptor.cs
- OdbcError.cs
- DataKeyArray.cs
- CFStream.cs
- DesignColumnCollection.cs
- BadImageFormatException.cs
- LeaseManager.cs
- metadatamappinghashervisitor.cs
- CodeSnippetStatement.cs
- CryptoApi.cs
- CultureInfoConverter.cs
- XmlHelper.cs
- DataGridLinkButton.cs
- SerializationObjectManager.cs
- HttpWrapper.cs
- MediaScriptCommandRoutedEventArgs.cs
- SqlConnection.cs
- FormsAuthenticationModule.cs
- LocalFileSettingsProvider.cs
- StreamUpdate.cs
- HwndSubclass.cs
- TextSpanModifier.cs
- SafeRightsManagementSessionHandle.cs
- MgmtResManager.cs
- SortKey.cs
- EdmFunction.cs
- AdapterSwitches.cs
- AppDomainFactory.cs
- Clipboard.cs
- XmlLinkedNode.cs
- OrderedHashRepartitionEnumerator.cs
- DelegatingHeader.cs
- figurelength.cs
- Glyph.cs
- CodeNamespaceImportCollection.cs
- DBCommand.cs
- XmlResolver.cs
- cookie.cs
- DecoderFallbackWithFailureFlag.cs
- WebScriptServiceHost.cs
- JsonWriter.cs
- TypeElementCollection.cs
- XPathSingletonIterator.cs
- FamilyMapCollection.cs
- DataGridViewUtilities.cs
- Transform.cs
- EntitySetBase.cs
- RoutedCommand.cs
- VariantWrapper.cs
- ParameterInfo.cs
- COM2IPerPropertyBrowsingHandler.cs
- WebScriptServiceHost.cs
- _HelperAsyncResults.cs
- Int32Rect.cs
- StyleCollectionEditor.cs
- ComponentDispatcher.cs
- basecomparevalidator.cs
- ReferencedCollectionType.cs
- ForeignKeyConstraint.cs
- TrustSection.cs
- QilFactory.cs
- WebPartVerb.cs
- TextInfo.cs
- PartitionedDataSource.cs
- FixedSOMPageConstructor.cs
- LogicalExpr.cs
- MdImport.cs
- AnnotationComponentChooser.cs
- MembershipValidatePasswordEventArgs.cs
- QueryContext.cs
- ClickablePoint.cs
- DesignerListAdapter.cs
- InvalidEnumArgumentException.cs
- uribuilder.cs
- CornerRadius.cs
- TextElement.cs
- ConnectorDragDropGlyph.cs
- FontDifferentiator.cs
- GlobalProxySelection.cs
- ThreadInterruptedException.cs
- TextFragmentEngine.cs
- WebPartConnectionsCancelEventArgs.cs
- DictionarySectionHandler.cs
- ListViewDeletedEventArgs.cs
- User.cs