Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WinForms / System / WinForms / Design / StatusBarDesigner.cs / 1 / StatusBarDesigner.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope="member", Target="System.Windows.Forms.Design.StatusBarDesigner..ctor()")] namespace System.Windows.Forms.Design { using System.Runtime.InteropServices; using System.ComponentModel; using System.Diagnostics; using System; using System.ComponentModel.Design; using System.Windows.Forms; using System.Collections; ////// /// This class handles all design time behavior for the status bar class. /// internal class StatusBarDesigner : ControlDesigner { public StatusBarDesigner() { AutoResizeHandles = true; } ////// /// public override ICollection AssociatedComponents { get { StatusBar sb = Control as StatusBar; if (sb != null) { return sb.Panels; } return base.AssociatedComponents; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// Retrieves a list of associated components. These are components that should be incluced in a cut or copy operation on this component. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlAttributeCollection.cs
- ViewCellRelation.cs
- ColumnMapCopier.cs
- ReceiveSecurityHeader.cs
- PropertyEmitter.cs
- SQlBooleanStorage.cs
- CommonObjectSecurity.cs
- MailAddressCollection.cs
- BulletDecorator.cs
- SponsorHelper.cs
- DataTableTypeConverter.cs
- __FastResourceComparer.cs
- DbgCompiler.cs
- XmlSchemaExporter.cs
- MonitoringDescriptionAttribute.cs
- TTSEngineTypes.cs
- ALinqExpressionVisitor.cs
- SecurityUtils.cs
- AuthenticateEventArgs.cs
- SymbolPair.cs
- DecimalConstantAttribute.cs
- EdmError.cs
- ItemsPresenter.cs
- HotSpotCollectionEditor.cs
- XmlBinaryReader.cs
- ButtonField.cs
- TextBoxView.cs
- DataGrid.cs
- XmlSchemaSimpleContentExtension.cs
- CollectionsUtil.cs
- ArrayItemValue.cs
- OdbcException.cs
- MailWriter.cs
- SynchronizedPool.cs
- TrustManager.cs
- ModifierKeysValueSerializer.cs
- DocumentGrid.cs
- DataGridColumn.cs
- CodeGeneratorAttribute.cs
- CapabilitiesUse.cs
- AnnotationResource.cs
- StylusPointProperties.cs
- FontFamilyValueSerializer.cs
- COM2PropertyBuilderUITypeEditor.cs
- FastPropertyAccessor.cs
- MaskInputRejectedEventArgs.cs
- QuerySafeNavigator.cs
- CacheAxisQuery.cs
- StatusStrip.cs
- Vector3D.cs
- RegexCompiler.cs
- RegularExpressionValidator.cs
- SimpleExpression.cs
- EntitySet.cs
- ServiceModelEnumValidator.cs
- StringConverter.cs
- ToolStripContentPanelDesigner.cs
- InstanceStore.cs
- DashStyles.cs
- SymbolPair.cs
- HtmlElementErrorEventArgs.cs
- SamlAction.cs
- FormsAuthenticationModule.cs
- DependencyObject.cs
- DbReferenceCollection.cs
- ExceptionUtil.cs
- EntityModelBuildProvider.cs
- PropertyOverridesDialog.cs
- SByteConverter.cs
- TemplateControl.cs
- SHA256Cng.cs
- GAC.cs
- XmlSchemaSequence.cs
- LinearGradientBrush.cs
- MessageBox.cs
- SiteMapNodeItem.cs
- PrintPreviewControl.cs
- FilterElement.cs
- TraceFilter.cs
- UserControlAutomationPeer.cs
- SharedUtils.cs
- HMACSHA256.cs
- LayoutTableCell.cs
- DataPagerFieldCollection.cs
- XmlTypeMapping.cs
- LayoutDump.cs
- Interlocked.cs
- Themes.cs
- NetPipeSection.cs
- QueryStack.cs
- TextRangeBase.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- SourceElementsCollection.cs
- MultilineStringConverter.cs
- PropertyBuilder.cs
- NegationPusher.cs
- SqlSupersetValidator.cs
- ManagementClass.cs
- PropertyInformationCollection.cs
- mansign.cs