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
- DataListGeneralPage.cs
- ConnectionManagementElement.cs
- BoolExpression.cs
- MembershipUser.cs
- ErrorFormatter.cs
- ForceCopyBuildProvider.cs
- DictionaryCustomTypeDescriptor.cs
- GorillaCodec.cs
- BrowserDefinitionCollection.cs
- TableRowGroupCollection.cs
- FrameDimension.cs
- AssemblyResourceLoader.cs
- CurrencyManager.cs
- XmlILCommand.cs
- httpapplicationstate.cs
- SystemUnicastIPAddressInformation.cs
- TrackingServices.cs
- PhysicalAddress.cs
- Model3DGroup.cs
- PersistenceTypeAttribute.cs
- XmlSchemaChoice.cs
- BaseParagraph.cs
- ToolStripOverflowButton.cs
- XDRSchema.cs
- OleDbConnectionInternal.cs
- HelpKeywordAttribute.cs
- XhtmlBasicListAdapter.cs
- ItemType.cs
- Ipv6Element.cs
- WebRequestModuleElement.cs
- SmtpSection.cs
- MeshGeometry3D.cs
- XmlReflectionImporter.cs
- VirtualDirectoryMapping.cs
- Event.cs
- DataMember.cs
- WindowsGrip.cs
- GridViewRowEventArgs.cs
- TreeNodeStyleCollection.cs
- StandardRuntimeEnumValidatorAttribute.cs
- ALinqExpressionVisitor.cs
- IsolatedStorageFileStream.cs
- StringInfo.cs
- SymbolType.cs
- Constants.cs
- Transactions.cs
- Encoder.cs
- LingerOption.cs
- ImageSource.cs
- UrlMapping.cs
- XmlArrayItemAttributes.cs
- ToolStripContextMenu.cs
- BindingsCollection.cs
- ComplexPropertyEntry.cs
- XamlReader.cs
- Rule.cs
- NodeFunctions.cs
- BulletChrome.cs
- TdsRecordBufferSetter.cs
- ColumnResizeAdorner.cs
- FileUpload.cs
- StateManagedCollection.cs
- TrackingAnnotationCollection.cs
- LocalizationComments.cs
- DocumentCollection.cs
- ModuleElement.cs
- _Rfc2616CacheValidators.cs
- TextRangeSerialization.cs
- FillErrorEventArgs.cs
- XmlWellformedWriter.cs
- BitmapEffectDrawingContent.cs
- SchemaElementDecl.cs
- StylusPointProperty.cs
- OrderedDictionary.cs
- ManipulationInertiaStartingEventArgs.cs
- FillRuleValidation.cs
- Helpers.cs
- SendDesigner.xaml.cs
- unsafenativemethodstextservices.cs
- BasicExpressionVisitor.cs
- CodeExporter.cs
- DataControlPagerLinkButton.cs
- COM2FontConverter.cs
- TextTreeInsertElementUndoUnit.cs
- GeneralTransformCollection.cs
- StorageMappingItemLoader.cs
- ExpandSegment.cs
- BaseServiceProvider.cs
- ListViewUpdatedEventArgs.cs
- ObjectListCommandEventArgs.cs
- MutexSecurity.cs
- MiniParameterInfo.cs
- ResourceSet.cs
- SourceInterpreter.cs
- GridItemPatternIdentifiers.cs
- ControlSerializer.cs
- UidManager.cs
- BoolExpr.cs
- TraceHandler.cs
- TableCell.cs