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
- XmlAttributeCollection.cs
- Track.cs
- MetroSerializationManager.cs
- FilterElement.cs
- InstanceNotReadyException.cs
- ResourcePermissionBase.cs
- ASCIIEncoding.cs
- ConstrainedGroup.cs
- ConfigurationPropertyAttribute.cs
- DropTarget.cs
- ExpandSegment.cs
- Base64Encoder.cs
- List.cs
- CodePropertyReferenceExpression.cs
- TypeReference.cs
- DbConnectionFactory.cs
- SafeMILHandle.cs
- MethodExpr.cs
- ResolveMatchesApril2005.cs
- SqlNamer.cs
- SchemaElementDecl.cs
- UICuesEvent.cs
- Thickness.cs
- ValidationErrorCollection.cs
- UrlMappingsSection.cs
- ActivityCodeDomSerializationManager.cs
- SmiEventSink.cs
- EntityContainerEntitySetDefiningQuery.cs
- EdmSchemaError.cs
- StylusPlugin.cs
- Popup.cs
- CompilerState.cs
- GACIdentityPermission.cs
- SchemaImporter.cs
- HandledEventArgs.cs
- BuildResult.cs
- MasterPageParser.cs
- COM2ExtendedUITypeEditor.cs
- TextControlDesigner.cs
- ObfuscationAttribute.cs
- ValidationError.cs
- MessageSmuggler.cs
- _UncName.cs
- DataViewSettingCollection.cs
- Console.cs
- SingleConverter.cs
- NamespaceInfo.cs
- EventToken.cs
- SafeProcessHandle.cs
- UserControl.cs
- HtmlInputSubmit.cs
- FormViewPageEventArgs.cs
- ProfileServiceManager.cs
- EventTrigger.cs
- FeatureSupport.cs
- QuaternionAnimationUsingKeyFrames.cs
- OutputCacheSettings.cs
- SiteMapNodeCollection.cs
- ConfigurationLocation.cs
- TraceSection.cs
- DataGridRowsPresenter.cs
- TextSpan.cs
- CompilerError.cs
- DbReferenceCollection.cs
- XsltOutput.cs
- Brush.cs
- SmiTypedGetterSetter.cs
- EntryPointNotFoundException.cs
- PrivilegeNotHeldException.cs
- BuildResult.cs
- sqlmetadatafactory.cs
- Task.cs
- DbFunctionCommandTree.cs
- SelectionItemProviderWrapper.cs
- FormsAuthenticationUserCollection.cs
- AccessControlList.cs
- AccessedThroughPropertyAttribute.cs
- AnnotationStore.cs
- TreeNodeSelectionProcessor.cs
- DesignTimeVisibleAttribute.cs
- DataGridAutoFormatDialog.cs
- BasicHttpBindingCollectionElement.cs
- CaseCqlBlock.cs
- Config.cs
- IssuedTokenServiceElement.cs
- Button.cs
- PieceNameHelper.cs
- AssertFilter.cs
- FileLogRecordStream.cs
- SHA256CryptoServiceProvider.cs
- TemplateBuilder.cs
- Grid.cs
- Vector3DAnimation.cs
- EventLogPermissionEntry.cs
- Speller.cs
- DependencyPropertyConverter.cs
- EditingCommands.cs
- SecurityListenerSettingsLifetimeManager.cs
- MetadataUtil.cs
- WorkflowHostingResponseContext.cs