Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartHeaderCloseVerb.cs / 1 / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FormViewDeleteEventArgs.cs
- ModelTreeEnumerator.cs
- MDIWindowDialog.cs
- XmlUrlResolver.cs
- DBParameter.cs
- ThrowHelper.cs
- Compiler.cs
- WeakReferenceKey.cs
- MessageSmuggler.cs
- WindowsScrollBar.cs
- DragEventArgs.cs
- RelationshipEndMember.cs
- TreeViewItem.cs
- documentation.cs
- ObjectMaterializedEventArgs.cs
- ApplicationServiceHelper.cs
- OleDbTransaction.cs
- UserPersonalizationStateInfo.cs
- RuleConditionDialog.Designer.cs
- unsafenativemethodstextservices.cs
- QueryContinueDragEventArgs.cs
- WindowsListViewGroupHelper.cs
- UserNameSecurityToken.cs
- SQLDecimalStorage.cs
- SerializationSectionGroup.cs
- WindowsRichEditRange.cs
- MarkupWriter.cs
- Span.cs
- HitTestParameters.cs
- SymmetricSecurityBindingElement.cs
- LinkedList.cs
- AndMessageFilter.cs
- XmlKeywords.cs
- ObjectDataSourceMethodEventArgs.cs
- StrokeCollectionDefaultValueFactory.cs
- FileDetails.cs
- Reference.cs
- CounterSample.cs
- XmlAtomicValue.cs
- AspNetHostingPermission.cs
- Type.cs
- MappedMetaModel.cs
- Fonts.cs
- GroupDescription.cs
- WindowsServiceCredential.cs
- WebResponse.cs
- ServiceRouteHandler.cs
- ILGenerator.cs
- HtmlFormWrapper.cs
- CodeEventReferenceExpression.cs
- XmlTypeMapping.cs
- ServicesExceptionNotHandledEventArgs.cs
- DataTableMappingCollection.cs
- Mouse.cs
- WindowsToolbar.cs
- WpfKnownMemberInvoker.cs
- DeploymentSectionCache.cs
- InstanceHandle.cs
- ContextTokenTypeConverter.cs
- HttpCookieCollection.cs
- Switch.cs
- ObjectItemCollection.cs
- XmlAttributeOverrides.cs
- RtfFormatStack.cs
- Clock.cs
- BrowserDefinition.cs
- WindowsListViewGroup.cs
- ByteRangeDownloader.cs
- OperandQuery.cs
- assertwrapper.cs
- DataContext.cs
- Profiler.cs
- EncoderNLS.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- Compiler.cs
- TextDecorations.cs
- XamlTreeBuilder.cs
- BoolLiteral.cs
- TemplateXamlParser.cs
- SqlLiftIndependentRowExpressions.cs
- ProcessRequestArgs.cs
- Automation.cs
- PreviewPrintController.cs
- AuthenticationManager.cs
- ArrayItemReference.cs
- FontStyle.cs
- ContravarianceAdapter.cs
- Utils.cs
- BitmapEffectrendercontext.cs
- Lasso.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- X509SecurityTokenParameters.cs
- GeometryModel3D.cs
- CatalogZoneBase.cs
- FixedSchema.cs
- EnlistmentState.cs
- XmlUtil.cs
- Axis.cs
- CellConstantDomain.cs
- ServiceObjectContainer.cs