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
- PasswordBoxAutomationPeer.cs
- XmlNode.cs
- SwitchElementsCollection.cs
- DictionaryMarkupSerializer.cs
- StatusBarDrawItemEvent.cs
- EncodingStreamWrapper.cs
- LayoutManager.cs
- ProfileManager.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- Win32.cs
- AudienceUriMode.cs
- xml.cs
- CLRBindingWorker.cs
- InstallerTypeAttribute.cs
- ItemCheckedEvent.cs
- MethodBody.cs
- FontInfo.cs
- VirtualizingPanel.cs
- Regex.cs
- MultiBindingExpression.cs
- DataDocumentXPathNavigator.cs
- ZipFileInfo.cs
- SecurityTokenValidationException.cs
- OdbcReferenceCollection.cs
- SqlServer2KCompatibilityAnnotation.cs
- GridLength.cs
- DataGridSortCommandEventArgs.cs
- XmlLoader.cs
- CompiledQueryCacheKey.cs
- Matrix3DConverter.cs
- TypeLoadException.cs
- RadioButtonBaseAdapter.cs
- Oid.cs
- SoapMessage.cs
- SqlDataSourceSelectingEventArgs.cs
- PersonalizablePropertyEntry.cs
- BitArray.cs
- PolyLineSegment.cs
- XmlCountingReader.cs
- SqlServices.cs
- GridSplitterAutomationPeer.cs
- XmlComplianceUtil.cs
- TempEnvironment.cs
- DiagnosticTraceSchemas.cs
- TaiwanLunisolarCalendar.cs
- QueryContinueDragEventArgs.cs
- Misc.cs
- KnownTypesProvider.cs
- HttpServerVarsCollection.cs
- UIElementAutomationPeer.cs
- InternalSafeNativeMethods.cs
- DataSvcMapFileSerializer.cs
- SparseMemoryStream.cs
- NotFiniteNumberException.cs
- DataSourceCacheDurationConverter.cs
- MsmqIntegrationReceiveParameters.cs
- ArithmeticException.cs
- SoapInteropTypes.cs
- Point.cs
- MultiplexingFormatMapping.cs
- VSWCFServiceContractGenerator.cs
- LayoutEditorPart.cs
- DataGridRowAutomationPeer.cs
- NonClientArea.cs
- BitmapEffectState.cs
- BuildResult.cs
- MachineSettingsSection.cs
- StickyNoteHelper.cs
- HtmlElementErrorEventArgs.cs
- DBParameter.cs
- Win32PrintDialog.cs
- AttachmentService.cs
- FromRequest.cs
- ClientBuildManagerCallback.cs
- CatalogPartCollection.cs
- UnsettableComboBox.cs
- VirtualizedItemPattern.cs
- DataGridLength.cs
- HwndKeyboardInputProvider.cs
- DataTableReaderListener.cs
- HotSpotCollection.cs
- DependencyPropertyConverter.cs
- XsltConvert.cs
- ZipIOFileItemStream.cs
- CustomTypeDescriptor.cs
- SpecialFolderEnumConverter.cs
- LineGeometry.cs
- Timeline.cs
- ButtonChrome.cs
- ButtonRenderer.cs
- SizeFConverter.cs
- PolyBezierSegmentFigureLogic.cs
- XmlSchemaDatatype.cs
- OleDbMetaDataFactory.cs
- ProfessionalColorTable.cs
- KerberosSecurityTokenParameters.cs
- _OSSOCK.cs
- GrammarBuilder.cs
- TableLayoutSettings.cs
- AppDomainCompilerProxy.cs