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
- x509store.cs
- ImageSource.cs
- WebPartPersonalization.cs
- PermissionListSet.cs
- MailWebEventProvider.cs
- Label.cs
- StreamGeometryContext.cs
- Compensation.cs
- DataControlFieldCell.cs
- QuerySafeNavigator.cs
- IItemProperties.cs
- MemberRelationshipService.cs
- PngBitmapDecoder.cs
- QueryExpr.cs
- CodeNamespaceImportCollection.cs
- WindowsGrip.cs
- DetailsViewPageEventArgs.cs
- TrackingQueryElement.cs
- PointCollection.cs
- PeerFlooder.cs
- InternalTransaction.cs
- HelloOperation11AsyncResult.cs
- LinqExpressionNormalizer.cs
- Delegate.cs
- PowerModeChangedEventArgs.cs
- ArgumentNullException.cs
- codemethodreferenceexpression.cs
- FilterableAttribute.cs
- IgnoreDeviceFilterElementCollection.cs
- EntryWrittenEventArgs.cs
- XhtmlBasicCommandAdapter.cs
- PersistNameAttribute.cs
- MruCache.cs
- TypeBuilder.cs
- AlphaSortedEnumConverter.cs
- ConsumerConnectionPointCollection.cs
- Action.cs
- SolidBrush.cs
- LineVisual.cs
- MenuItemCollectionEditor.cs
- DataObjectFieldAttribute.cs
- ClientConfigurationSystem.cs
- CompilerCollection.cs
- AnonymousIdentificationSection.cs
- CellParaClient.cs
- BasicHttpBindingElement.cs
- HitTestResult.cs
- NameNode.cs
- IDataContractSurrogate.cs
- AssemblyResourceLoader.cs
- SortKey.cs
- ListViewEditEventArgs.cs
- LoadMessageLogger.cs
- ModifyActivitiesPropertyDescriptor.cs
- SchemaCollectionPreprocessor.cs
- SmiSettersStream.cs
- NativeCppClassAttribute.cs
- AnnotationResourceChangedEventArgs.cs
- Socket.cs
- BufferedStream.cs
- ProtocolsSection.cs
- ClosableStream.cs
- CheckBoxFlatAdapter.cs
- BuildManager.cs
- CopyAction.cs
- XPathNodeList.cs
- AttributeCallbackBuilder.cs
- AnimationClock.cs
- CacheRequest.cs
- MarkedHighlightComponent.cs
- XXXInfos.cs
- WinCategoryAttribute.cs
- ToolstripProfessionalRenderer.cs
- ConnectionConsumerAttribute.cs
- CompilationSection.cs
- ConsoleEntryPoint.cs
- ArrayConverter.cs
- EntityDataSourceDesignerHelper.cs
- QuaternionKeyFrameCollection.cs
- CommonXSendMessage.cs
- CustomErrorsSectionWrapper.cs
- DockPatternIdentifiers.cs
- ServerIdentity.cs
- ReachPageContentSerializer.cs
- CreateUserErrorEventArgs.cs
- Socket.cs
- MtomMessageEncodingBindingElement.cs
- XmlSignificantWhitespace.cs
- ConfigXmlWhitespace.cs
- PrePrepareMethodAttribute.cs
- SQLConvert.cs
- HtmlTableRowCollection.cs
- SafeNativeMethods.cs
- SettingsPropertyWrongTypeException.cs
- DataColumnPropertyDescriptor.cs
- FtpRequestCacheValidator.cs
- TimeEnumHelper.cs
- PropertySourceInfo.cs
- ConfigXmlCDataSection.cs
- ObjectItemCollection.cs