Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / WebControls / LabelDesigner.cs / 1 / LabelDesigner.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.WebControls { using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.IO; using System.Text; using System.Web.UI.Design; using System.Web.UI.WebControls; ////// /// [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)] [SupportsPreviewControl(true)] public class LabelDesigner : TextControlDesigner { public override void OnComponentChanged(object sender, ComponentChangedEventArgs ce) { base.OnComponentChanged(sender, new ComponentChangedEventArgs(ce.Component, null, null, null)); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// The designer for the ////// web control. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ZipIOLocalFileBlock.cs
- EndpointAddress.cs
- PropertyChangedEventManager.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- EditorPart.cs
- ReadOnlyDictionary.cs
- SortableBindingList.cs
- CancelRequestedRecord.cs
- InstanceContext.cs
- TextBlockAutomationPeer.cs
- SqlWriter.cs
- StubHelpers.cs
- TypeListConverter.cs
- SynchronousChannel.cs
- FactoryGenerator.cs
- Cell.cs
- CaseExpr.cs
- StringWriter.cs
- followingquery.cs
- DataGridGeneralPage.cs
- webbrowsersite.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- SystemDropShadowChrome.cs
- ShaderEffect.cs
- FamilyTypefaceCollection.cs
- SamlDoNotCacheCondition.cs
- SchemaImporterExtensionsSection.cs
- EntityWithChangeTrackerStrategy.cs
- OdbcHandle.cs
- AsyncStreamReader.cs
- compensatingcollection.cs
- DependencyPropertyHelper.cs
- OdbcRowUpdatingEvent.cs
- EventLogRecord.cs
- DynamicAttribute.cs
- HtmlInputReset.cs
- CardSpacePolicyElement.cs
- BaseServiceProvider.cs
- SendSecurityHeader.cs
- AmbientLight.cs
- Vector3DAnimationBase.cs
- ResXFileRef.cs
- LocalServiceSecuritySettingsElement.cs
- ApplicationId.cs
- StreamUpdate.cs
- OneToOneMappingSerializer.cs
- ClientConfigurationSystem.cs
- CustomWebEventKey.cs
- Avt.cs
- ValueQuery.cs
- Timer.cs
- HMAC.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- Object.cs
- JulianCalendar.cs
- JsonCollectionDataContract.cs
- WebPartCatalogAddVerb.cs
- EntityRecordInfo.cs
- SpellerError.cs
- SoapProtocolReflector.cs
- EmbeddedMailObject.cs
- cache.cs
- WebPageTraceListener.cs
- TypeDependencyAttribute.cs
- XmlBinaryReader.cs
- FormView.cs
- FixedSOMLineCollection.cs
- AssociationTypeEmitter.cs
- DirectionalLight.cs
- UIEndRequest.cs
- ReplacementText.cs
- DispatcherExceptionEventArgs.cs
- FacetChecker.cs
- FloatSumAggregationOperator.cs
- GridEntry.cs
- StreamingContext.cs
- RelationalExpressions.cs
- ResourceDisplayNameAttribute.cs
- StackSpiller.Temps.cs
- TableLayoutPanel.cs
- XPathNodePointer.cs
- DATA_BLOB.cs
- ClientRoleProvider.cs
- SignatureDescription.cs
- DelimitedListTraceListener.cs
- TraceSection.cs
- FixedDocumentSequencePaginator.cs
- ActivityWithResultValueSerializer.cs
- PersonalizableTypeEntry.cs
- Util.cs
- UnsafeNativeMethods.cs
- AudioLevelUpdatedEventArgs.cs
- XPathSingletonIterator.cs
- DomNameTable.cs
- MatrixTransform.cs
- ModulesEntry.cs
- EntitySet.cs
- SQLMoney.cs
- PkcsUtils.cs
- HtmlInputButton.cs