Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / Layout / LayoutSettings.cs / 1 / LayoutSettings.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Windows.Forms.Layout; namespace System.Windows.Forms { ///public abstract class LayoutSettings { private IArrangedElement _owner; protected LayoutSettings() { } internal LayoutSettings(IArrangedElement owner) { this._owner = owner; } /// public virtual LayoutEngine LayoutEngine { get { return null;} } internal IArrangedElement Owner { get { return _owner; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Windows.Forms.Layout; namespace System.Windows.Forms { ///public abstract class LayoutSettings { private IArrangedElement _owner; protected LayoutSettings() { } internal LayoutSettings(IArrangedElement owner) { this._owner = owner; } /// public virtual LayoutEngine LayoutEngine { get { return null;} } internal IArrangedElement Owner { get { return _owner; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeDirectoryCompiler.cs
- SortDescriptionCollection.cs
- UnionCqlBlock.cs
- ElementUtil.cs
- __Error.cs
- BooleanStorage.cs
- StringToken.cs
- EventManager.cs
- EventArgs.cs
- MarkedHighlightComponent.cs
- SatelliteContractVersionAttribute.cs
- RequestCacheEntry.cs
- BindingGroup.cs
- TextServicesContext.cs
- OdbcParameterCollection.cs
- DataBinder.cs
- SessionEndedEventArgs.cs
- AncillaryOps.cs
- WebPartConnectVerb.cs
- ApplicationFileCodeDomTreeGenerator.cs
- QueryResult.cs
- CodeTypeReferenceExpression.cs
- LinearGradientBrush.cs
- IResourceProvider.cs
- SubtreeProcessor.cs
- PopOutPanel.cs
- RoleManagerEventArgs.cs
- ToolStripButton.cs
- ParseHttpDate.cs
- UrlMappingsSection.cs
- QueryTask.cs
- DebugHandleTracker.cs
- WinEventWrap.cs
- MessageBox.cs
- CodeIndexerExpression.cs
- HotSpot.cs
- GlyphRunDrawing.cs
- InheritanceContextHelper.cs
- ColumnResizeUndoUnit.cs
- TryCatch.cs
- TextOutput.cs
- DateTimeParse.cs
- MasterPageCodeDomTreeGenerator.cs
- TrustManagerMoreInformation.cs
- FlowDocumentFormatter.cs
- X509CertificateInitiatorClientCredential.cs
- HttpValueCollection.cs
- InvalidPrinterException.cs
- FieldBuilder.cs
- ListBox.cs
- InstanceNameConverter.cs
- ScalarOps.cs
- DataObjectEventArgs.cs
- FlowThrottle.cs
- AncestorChangedEventArgs.cs
- MorphHelper.cs
- PenLineJoinValidation.cs
- IndentTextWriter.cs
- CopyAction.cs
- ObjectSecurity.cs
- _DomainName.cs
- TakeQueryOptionExpression.cs
- RunInstallerAttribute.cs
- Context.cs
- EventDescriptor.cs
- Page.cs
- MachineSettingsSection.cs
- StylusPointPropertyInfoDefaults.cs
- DataObjectAttribute.cs
- WebPartAuthorizationEventArgs.cs
- Hash.cs
- PolyBezierSegment.cs
- RequestCachingSection.cs
- DocumentGridContextMenu.cs
- ExceptionList.cs
- NetStream.cs
- NetworkInformationPermission.cs
- PropertyPushdownHelper.cs
- XmlWriterSettings.cs
- HtmlTableRowCollection.cs
- DocumentReferenceCollection.cs
- ListItemViewControl.cs
- GridViewCommandEventArgs.cs
- EntityContainerEmitter.cs
- ToolStripDropDownButton.cs
- FontCacheUtil.cs
- DescriptionAttribute.cs
- GradientStop.cs
- DispatchChannelSink.cs
- Point4DConverter.cs
- UIPermission.cs
- SqlDependencyListener.cs
- mediaeventshelper.cs
- XPathBuilder.cs
- FunctionParameter.cs
- ResourceLoader.cs
- COAUTHINFO.cs
- AutomationProperty.cs
- ActivationProxy.cs
- GridItem.cs