Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / TableSectionStyle.cs / 1 / TableSectionStyle.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class TableSectionStyle : Style { ///Defines the properties and methods of the ///class. /// [ WebCategory("Behavior"), DefaultValue(true), WebSysDescription(SR.TableSectionStyle_Visible), NotifyParentProperty(true) ] public bool Visible { get { object visible = ViewState["Visible"]; return ((visible == null) ? true : (bool)visible); } set { ViewState["Visible"] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ ///// Gets or sets the visibility of the table section. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class TableSectionStyle : Style { ///Defines the properties and methods of the ///class. /// [ WebCategory("Behavior"), DefaultValue(true), WebSysDescription(SR.TableSectionStyle_Visible), NotifyParentProperty(true) ] public bool Visible { get { object visible = ViewState["Visible"]; return ((visible == null) ? true : (bool)visible); } set { ViewState["Visible"] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// Gets or sets the visibility of the table section. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TraceUtility.cs
- AccessText.cs
- ObjectSecurity.cs
- HybridWebProxyFinder.cs
- ParagraphResult.cs
- SmiRecordBuffer.cs
- DataGridViewHeaderCell.cs
- _PooledStream.cs
- LocatorPartList.cs
- SQLString.cs
- WindowsGraphics2.cs
- MissingSatelliteAssemblyException.cs
- DbMetaDataCollectionNames.cs
- AnnotationHighlightLayer.cs
- SBCSCodePageEncoding.cs
- CompatibleComparer.cs
- LayoutEvent.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- InputBinder.cs
- KeyConverter.cs
- ItemCheckEvent.cs
- log.cs
- EmbossBitmapEffect.cs
- CompositeCollectionView.cs
- ModelVisual3D.cs
- TypeListConverter.cs
- Bidi.cs
- XamlTypeMapper.cs
- DataException.cs
- ColumnTypeConverter.cs
- FontStretchConverter.cs
- GeneralTransform3DTo2D.cs
- ScriptControlManager.cs
- PocoPropertyAccessorStrategy.cs
- BaseDataBoundControl.cs
- InkCanvas.cs
- TextServicesCompartmentContext.cs
- ToolStripPanelRow.cs
- PriorityQueue.cs
- Internal.cs
- CodeDirectiveCollection.cs
- DashStyle.cs
- HMACSHA512.cs
- UnsafeNativeMethods.cs
- HandleExceptionArgs.cs
- DataServices.cs
- WeakHashtable.cs
- RectAnimationUsingKeyFrames.cs
- PLINQETWProvider.cs
- NativeMethods.cs
- SimpleHandlerBuildProvider.cs
- InputScopeManager.cs
- SpecularMaterial.cs
- InfoCardSymmetricCrypto.cs
- PropertyEmitterBase.cs
- DataGridItemEventArgs.cs
- SelectedDatesCollection.cs
- LoadRetryStrategyFactory.cs
- ElementNotEnabledException.cs
- _BasicClient.cs
- _HeaderInfoTable.cs
- WebPartConnectionsConnectVerb.cs
- BrowserCapabilitiesCompiler.cs
- SystemUnicastIPAddressInformation.cs
- FileDialogPermission.cs
- FrameworkReadOnlyPropertyMetadata.cs
- RowParagraph.cs
- HtmlEncodedRawTextWriter.cs
- RelationalExpressions.cs
- CSharpCodeProvider.cs
- WSDualHttpSecurityMode.cs
- KeyValueConfigurationElement.cs
- BitmapSizeOptions.cs
- CellRelation.cs
- WebPartConnectionCollection.cs
- RegistrySecurity.cs
- Typography.cs
- SecurityDocument.cs
- OleStrCAMarshaler.cs
- Vector3dCollection.cs
- MembershipUser.cs
- SafeHandle.cs
- TextEndOfSegment.cs
- IPAddressCollection.cs
- Symbol.cs
- XslTransform.cs
- DoubleLink.cs
- MimeTypePropertyAttribute.cs
- Matrix3DValueSerializer.cs
- Message.cs
- CollectionViewProxy.cs
- IfAction.cs
- SoundPlayer.cs
- _SafeNetHandles.cs
- CodeSubDirectory.cs
- SystemResourceHost.cs
- LocationUpdates.cs
- EventHandlersDesigner.cs
- DynamicRenderer.cs
- QilStrConcatenator.cs