Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolStripProgressBar.cs
- Empty.cs
- PolicyLevel.cs
- LambdaCompiler.Generated.cs
- EventLogPermissionHolder.cs
- MetafileHeaderWmf.cs
- OdbcFactory.cs
- DataGridViewTopRowAccessibleObject.cs
- MaterialGroup.cs
- CodeDefaultValueExpression.cs
- TableCellsCollectionEditor.cs
- SoapSchemaImporter.cs
- ZoneButton.cs
- DataFormats.cs
- DelayDesigner.cs
- Storyboard.cs
- InvalidOleVariantTypeException.cs
- Pen.cs
- ConditionBrowserDialog.cs
- RequestBringIntoViewEventArgs.cs
- HybridDictionary.cs
- SoapCommonClasses.cs
- Grid.cs
- SqlVisitor.cs
- CompilerErrorCollection.cs
- SystemTcpConnection.cs
- MachineKeySection.cs
- _DigestClient.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- PropertyStore.cs
- CatalogPartCollection.cs
- LayeredChannelListener.cs
- JavaScriptObjectDeserializer.cs
- EntityConnectionStringBuilder.cs
- ConfigurationLockCollection.cs
- StackOverflowException.cs
- DrawingContextWalker.cs
- CacheMemory.cs
- DataGridColumnHeader.cs
- KnownTypesProvider.cs
- TreeViewAutomationPeer.cs
- InfoCardListRequest.cs
- ZipIOModeEnforcingStream.cs
- Setter.cs
- SignatureDescription.cs
- DocumentsTrace.cs
- XmlAttribute.cs
- StrokeRenderer.cs
- EventSinkHelperWriter.cs
- CrossAppDomainChannel.cs
- TargetParameterCountException.cs
- FileDialogPermission.cs
- ColorTransform.cs
- CatalogPartCollection.cs
- BlurEffect.cs
- SelectionPattern.cs
- MissingSatelliteAssemblyException.cs
- ConnectionManagementSection.cs
- QueryOutputWriterV1.cs
- FormViewPageEventArgs.cs
- HandlerBase.cs
- StreamGeometry.cs
- WeakReferenceEnumerator.cs
- UTF7Encoding.cs
- TypeDescriptionProvider.cs
- TypeDescriptionProviderAttribute.cs
- iisPickupDirectory.cs
- RoleGroupCollection.cs
- OSFeature.cs
- ContainerVisual.cs
- JumpTask.cs
- ErrorHandler.cs
- FileChangesMonitor.cs
- MulticastNotSupportedException.cs
- MachineKeyConverter.cs
- TokenBasedSet.cs
- LogicalTreeHelper.cs
- SoapBinding.cs
- ThreadStateException.cs
- DBPropSet.cs
- SevenBitStream.cs
- SystemIPGlobalProperties.cs
- Faults.cs
- DrawToolTipEventArgs.cs
- AccessorTable.cs
- SwitchLevelAttribute.cs
- ContainerVisual.cs
- BindMarkupExtensionSerializer.cs
- PriorityQueue.cs
- MetadataSection.cs
- DisplayClaim.cs
- RedBlackList.cs
- WinEventHandler.cs
- DoubleIndependentAnimationStorage.cs
- ServerProtocol.cs
- SQLInt16Storage.cs
- ListViewItem.cs
- NamespaceInfo.cs
- ConstraintStruct.cs
- PageCatalogPart.cs