Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartHeaderCloseVerb.cs / 2 / WebPartHeaderCloseVerb.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; internal sealed class WebPartHeaderCloseVerb : WebPartActionVerb { // Properties must look at viewstate directly instead of the property in the base class, // so we can distinguish between an unset property and a property set to String.Empty. [ WebSysDefaultValue(SR.WebPartHeaderCloseVerb_Description) ] public override string Description { get { object o = ViewState["Description"]; return (o == null) ? SR.GetString(SR.WebPartHeaderCloseVerb_Description) : (string)o; } set { ViewState["Description"] = value; } } [ WebSysDefaultValue(SR.WebPartHeaderCloseVerb_Text) ] public override string Text { get { object o = ViewState["Text"]; return (o == null) ? SR.GetString(SR.WebPartHeaderCloseVerb_Text) : (string)o; } set { ViewState["Text"] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DriveNotFoundException.cs
- EtwTrace.cs
- DrawingAttributesDefaultValueFactory.cs
- DataObjectAttribute.cs
- AnnouncementInnerClient11.cs
- IssuanceLicense.cs
- MenuCommandService.cs
- CompiledRegexRunner.cs
- EventBuilder.cs
- LostFocusEventManager.cs
- unitconverter.cs
- AssociationType.cs
- NamespaceCollection.cs
- BookmarkTable.cs
- ToolTipService.cs
- Properties.cs
- TextInfo.cs
- SupportingTokenAuthenticatorSpecification.cs
- HttpCacheVary.cs
- FileSystemWatcher.cs
- ImageListImage.cs
- ExternalCalls.cs
- SqlNode.cs
- SimpleType.cs
- SpecialFolderEnumConverter.cs
- InfoCardArgumentException.cs
- TypedTableBaseExtensions.cs
- MemberPath.cs
- GridSplitter.cs
- SafeNativeMethods.cs
- ReferenceAssemblyAttribute.cs
- XmlEncodedRawTextWriter.cs
- HostingEnvironmentSection.cs
- GridViewColumnHeaderAutomationPeer.cs
- CharacterMetrics.cs
- DPCustomTypeDescriptor.cs
- PackageRelationshipSelector.cs
- SortKey.cs
- SqlCacheDependencyDatabaseCollection.cs
- ReaderWriterLockWrapper.cs
- PassportAuthenticationEventArgs.cs
- PageRanges.cs
- StructuredTypeEmitter.cs
- PartialTrustHelpers.cs
- DiagnosticSection.cs
- Single.cs
- ConnectionPointConverter.cs
- WindowsMenu.cs
- AsyncOperation.cs
- storepermissionattribute.cs
- CompositionAdorner.cs
- SpeechRecognitionEngine.cs
- ModelTreeEnumerator.cs
- ConfigXmlText.cs
- WindowsFormsSectionHandler.cs
- DocumentViewerHelper.cs
- DropDownButton.cs
- StringBuilder.cs
- KeyGesture.cs
- Vector3DAnimationUsingKeyFrames.cs
- OutputCacheProfileCollection.cs
- WhitespaceRuleLookup.cs
- ListViewItem.cs
- NativeMethods.cs
- BamlLocalizableResourceKey.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- CorrelationManager.cs
- TypedReference.cs
- MoveSizeWinEventHandler.cs
- ArrayWithOffset.cs
- HttpResponseWrapper.cs
- ListBindingHelper.cs
- DelegatingHeader.cs
- TextParaClient.cs
- XsdDuration.cs
- XomlCompilerResults.cs
- SHA256.cs
- HtmlTernaryTree.cs
- BufferedGraphicsManager.cs
- X509CertificateEndpointIdentity.cs
- WebSysDescriptionAttribute.cs
- StrokeDescriptor.cs
- WebScriptMetadataMessage.cs
- ToolStripRenderEventArgs.cs
- PropertyTabAttribute.cs
- DataGridViewTextBoxColumn.cs
- ToolStripContentPanelRenderEventArgs.cs
- Hashtable.cs
- GenericIdentity.cs
- CustomActivityDesigner.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- ConstraintManager.cs
- BitmapCodecInfoInternal.cs
- SqlNodeTypeOperators.cs
- UnicodeEncoding.cs
- XamlWriter.cs
- LinearGradientBrush.cs
- InfoCardAsymmetricCrypto.cs
- NavigationWindowAutomationPeer.cs
- CompositeCollectionView.cs