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
- TimeSpanValidatorAttribute.cs
- XmlILModule.cs
- SRDisplayNameAttribute.cs
- UnmanagedMarshal.cs
- CompiledRegexRunner.cs
- TextRangeEditLists.cs
- ResourcePermissionBase.cs
- RSACryptoServiceProvider.cs
- IPPacketInformation.cs
- RijndaelManaged.cs
- System.Data.OracleClient_BID.cs
- EmitterCache.cs
- EntitySqlQueryBuilder.cs
- SafeHandles.cs
- NavigationPropertyEmitter.cs
- SHA512Managed.cs
- ResourceCollectionInfo.cs
- WCFServiceClientProxyGenerator.cs
- AttributeQuery.cs
- DrawingAttributes.cs
- WebPartRestoreVerb.cs
- MsmqTransportSecurityElement.cs
- BamlResourceContent.cs
- Visual.cs
- TraceInternal.cs
- PrivilegedConfigurationManager.cs
- SmiSettersStream.cs
- Transform.cs
- TypefaceCollection.cs
- RealizationDrawingContextWalker.cs
- Schema.cs
- ApplicationManager.cs
- ConsumerConnectionPoint.cs
- EdmFunctions.cs
- KnownTypesHelper.cs
- Function.cs
- WindowsListViewSubItem.cs
- PageStatePersister.cs
- XpsFontSerializationService.cs
- AsymmetricSignatureFormatter.cs
- ExpressionConverter.cs
- ITextView.cs
- RadioButtonList.cs
- RTLAwareMessageBox.cs
- HttpInputStream.cs
- DbProviderFactories.cs
- Baml2006ReaderFrame.cs
- BStrWrapper.cs
- MSHTMLHost.cs
- WorkflowItemsPresenter.cs
- DbConnectionOptions.cs
- TextRangeEdit.cs
- ContextMenuStrip.cs
- TraceXPathNavigator.cs
- HMACMD5.cs
- KoreanLunisolarCalendar.cs
- SelectionHighlightInfo.cs
- BinaryUtilClasses.cs
- TemplateBindingExtensionConverter.cs
- EntityTemplateUserControl.cs
- SelectionUIService.cs
- TypeUnloadedException.cs
- SqlCachedBuffer.cs
- CodeAccessPermission.cs
- AsyncInvokeContext.cs
- SqlVersion.cs
- MediaContext.cs
- ClipboardProcessor.cs
- TypeNameConverter.cs
- CodeChecksumPragma.cs
- ChannelTokenTypeConverter.cs
- ConfigurationManager.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- PagePropertiesChangingEventArgs.cs
- CustomAttributeBuilder.cs
- CommonXSendMessage.cs
- IISUnsafeMethods.cs
- WorkflowApplicationCompletedEventArgs.cs
- RawStylusInputReport.cs
- PeerCollaboration.cs
- DocumentXmlWriter.cs
- GridItemPatternIdentifiers.cs
- XmlSchemaComplexType.cs
- BaseTransportHeaders.cs
- SQLBinaryStorage.cs
- FacetValues.cs
- TextEditor.cs
- storepermission.cs
- HttpWriter.cs
- HttpWriter.cs
- ScriptControlDescriptor.cs
- DecoderFallbackWithFailureFlag.cs
- XMLSyntaxException.cs
- PixelFormat.cs
- ReadOnlyDataSourceView.cs
- LogReservationCollection.cs
- UInt16Converter.cs
- StylesEditorDialog.cs
- CSharpCodeProvider.cs
- XmlSerializerAssemblyAttribute.cs