Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / Layout / LayoutSettings.cs / 1305376 / 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
- RouteValueDictionary.cs
- DbDataRecord.cs
- Renderer.cs
- CapabilitiesSection.cs
- SaveFileDialogDesigner.cs
- OutputScope.cs
- ObjectDataSource.cs
- FunctionImportMapping.cs
- NamespaceDisplay.xaml.cs
- SvcMapFileLoader.cs
- ToolStripGrip.cs
- PaperSource.cs
- SmtpFailedRecipientsException.cs
- UserControl.cs
- WebRequestModuleElementCollection.cs
- ControlCodeDomSerializer.cs
- TypeCodeDomSerializer.cs
- CharEnumerator.cs
- Misc.cs
- SrgsToken.cs
- AppliedDeviceFiltersDialog.cs
- Control.cs
- IssuanceLicense.cs
- DynamicObject.cs
- ObjectQueryState.cs
- InfoCardTraceRecord.cs
- ColumnBinding.cs
- BamlRecords.cs
- UserControlBuildProvider.cs
- Point3DIndependentAnimationStorage.cs
- ProcessManager.cs
- SectionUpdates.cs
- ContractComponent.cs
- PassportAuthentication.cs
- CompareValidator.cs
- AsymmetricCryptoHandle.cs
- UrlMapping.cs
- SoapExtensionStream.cs
- HeaderPanel.cs
- DependencyObjectType.cs
- SymmetricKeyWrap.cs
- ColorKeyFrameCollection.cs
- TextTreeText.cs
- NativeMethodsOther.cs
- HistoryEventArgs.cs
- SerialErrors.cs
- UnionExpr.cs
- XmlMessageFormatter.cs
- EntitySqlException.cs
- UiaCoreApi.cs
- IncrementalReadDecoders.cs
- InteropBitmapSource.cs
- OleDbPermission.cs
- RegexStringValidatorAttribute.cs
- HttpListenerPrefixCollection.cs
- ConnectionString.cs
- XamlStream.cs
- DataServiceQuery.cs
- ClientSponsor.cs
- JumpTask.cs
- DesignerActionMethodItem.cs
- documentsequencetextpointer.cs
- AmbientLight.cs
- SpecialNameAttribute.cs
- SpellerError.cs
- X509InitiatorCertificateServiceElement.cs
- FunctionUpdateCommand.cs
- WindowsFormsSectionHandler.cs
- PreloadedPackages.cs
- ToolTipService.cs
- AtomServiceDocumentSerializer.cs
- BitmapImage.cs
- MonthCalendar.cs
- PageDeviceFont.cs
- AutomationPattern.cs
- EventDescriptorCollection.cs
- HtmlInputFile.cs
- QueryOperatorEnumerator.cs
- ScrollViewerAutomationPeer.cs
- TreeView.cs
- SqlDataReaderSmi.cs
- UnsafeNativeMethods.cs
- SmiContext.cs
- DataSourceDescriptorCollection.cs
- ProviderUtil.cs
- DataGridViewCellStyle.cs
- RepeaterItem.cs
- CompiledXpathExpr.cs
- Parser.cs
- SqlBulkCopyColumnMapping.cs
- ItemCollection.cs
- WebWorkflowRole.cs
- InstanceDataCollectionCollection.cs
- MatrixCamera.cs
- SafeHandle.cs
- StructuredProperty.cs
- PropertyMapper.cs
- MachineKeySection.cs
- SingleObjectCollection.cs
- ObjectDataSourceMethodEventArgs.cs