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
- BindingBase.cs
- ContextQuery.cs
- bidPrivateBase.cs
- HttpVersion.cs
- ServiceObjectContainer.cs
- SurrogateSelector.cs
- FamilyMapCollection.cs
- WorkflowPrinting.cs
- DispatcherEventArgs.cs
- WebSysDefaultValueAttribute.cs
- SecurityHelper.cs
- EntityParameterCollection.cs
- Table.cs
- CollectionDataContract.cs
- DesignerAttribute.cs
- KeySpline.cs
- NameValuePermission.cs
- HelpProvider.cs
- KeyValuePair.cs
- SystemPens.cs
- ChannelListenerBase.cs
- MaskedTextBox.cs
- Thread.cs
- MissingSatelliteAssemblyException.cs
- SymmetricAlgorithm.cs
- HttpRequestWrapper.cs
- ActivityScheduledRecord.cs
- errorpatternmatcher.cs
- WrappedIUnknown.cs
- LogicalCallContext.cs
- MD5CryptoServiceProvider.cs
- WindowsStatic.cs
- RadioButtonRenderer.cs
- SmtpTransport.cs
- ClientFormsAuthenticationMembershipProvider.cs
- DynamicActivityXamlReader.cs
- BaseTreeIterator.cs
- SchemaCollectionPreprocessor.cs
- InkPresenter.cs
- SchemaTypeEmitter.cs
- UnsafeNativeMethods.cs
- Window.cs
- MD5.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- GridViewSortEventArgs.cs
- ClearTypeHintValidation.cs
- XmlSchemaObjectTable.cs
- Closure.cs
- ContextMenuService.cs
- RoutedEventHandlerInfo.cs
- ConnectionStringSettingsCollection.cs
- XpsFilter.cs
- LiteralLink.cs
- ObfuscationAttribute.cs
- FormViewModeEventArgs.cs
- AppSecurityManager.cs
- VisualBasicSettingsHandler.cs
- Span.cs
- RawMouseInputReport.cs
- XamlSerializerUtil.cs
- LocalizationComments.cs
- NullableFloatSumAggregationOperator.cs
- _SslStream.cs
- _SafeNetHandles.cs
- OrderedDictionaryStateHelper.cs
- ToolBarPanel.cs
- CodeCommentStatement.cs
- SessionStateUtil.cs
- DetailsViewCommandEventArgs.cs
- PageContentCollection.cs
- EntityDataSourceChangingEventArgs.cs
- SqlParameterizer.cs
- PKCS1MaskGenerationMethod.cs
- EditorZone.cs
- DefaultTextStore.cs
- SafeNativeMethods.cs
- ButtonAutomationPeer.cs
- AppDomainShutdownMonitor.cs
- Util.cs
- IndexerNameAttribute.cs
- ToggleProviderWrapper.cs
- QueryOutputWriter.cs
- BitmapEffectRenderDataResource.cs
- BlurEffect.cs
- SplashScreen.cs
- ImageIndexConverter.cs
- Stylus.cs
- ParameterCollection.cs
- CustomGrammar.cs
- Range.cs
- QuadraticEase.cs
- TargetException.cs
- ListControlDataBindingHandler.cs
- ResXBuildProvider.cs
- CodeExpressionCollection.cs
- ListViewSelectEventArgs.cs
- _ConnectionGroup.cs
- ListViewInsertEventArgs.cs
- MessageRpc.cs
- CodeTypeDeclarationCollection.cs