Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartActionVerb.cs / 1 / WebPartActionVerb.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls.WebParts {
using System;
using System.ComponentModel;
internal abstract class WebPartActionVerb : WebPartVerb {
[
Bindable(false),
Browsable(false),
DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden),
EditorBrowsable(EditorBrowsableState.Never),
]
public override bool Checked {
get {
return false;
}
set {
throw new NotSupportedException(SR.GetString(SR.WebPartActionVerb_CantSetChecked));
}
}
}
}
// 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
- LinkUtilities.cs
- ToolStripComboBox.cs
- TrackingRecordPreFilter.cs
- SoapServerMethod.cs
- cookiecontainer.cs
- SoapAttributeOverrides.cs
- StylusButton.cs
- PageAdapter.cs
- SafeFileMappingHandle.cs
- DbgUtil.cs
- ComplexPropertyEntry.cs
- ThrowHelper.cs
- ImportContext.cs
- PageFunction.cs
- UIntPtr.cs
- TraceContextEventArgs.cs
- ComAdminWrapper.cs
- SamlConditions.cs
- SignatureDescription.cs
- ImageSourceConverter.cs
- BulletedListDesigner.cs
- XPathNode.cs
- EmptyCollection.cs
- StartUpEventArgs.cs
- XmlCollation.cs
- DescendentsWalkerBase.cs
- StyleHelper.cs
- CollectionMarkupSerializer.cs
- MarkerProperties.cs
- SigningProgress.cs
- ServicePoint.cs
- PopupControlService.cs
- UnsafeNativeMethods.cs
- ConfigXmlElement.cs
- InfoCardCryptoHelper.cs
- CheckBoxList.cs
- XmlMembersMapping.cs
- ServiceBusyException.cs
- FixedSchema.cs
- ListViewItemMouseHoverEvent.cs
- SchemaImporterExtension.cs
- EndpointDiscoveryElement.cs
- SafePointer.cs
- SkewTransform.cs
- MethodBuilder.cs
- TogglePatternIdentifiers.cs
- IfAction.cs
- IisTraceWebEventProvider.cs
- COAUTHINFO.cs
- CharAnimationUsingKeyFrames.cs
- Number.cs
- UriTemplateTable.cs
- StateMachineWorkflowDesigner.cs
- AspNetHostingPermission.cs
- CellTreeSimplifier.cs
- DataTransferEventArgs.cs
- TextEndOfParagraph.cs
- Util.cs
- QilName.cs
- CannotUnloadAppDomainException.cs
- SoapParser.cs
- DataSourceConverter.cs
- UInt32Converter.cs
- RubberbandSelector.cs
- ToolStripDropDownMenu.cs
- ToolStripItemTextRenderEventArgs.cs
- AssemblyAttributes.cs
- TextServicesContext.cs
- FixedSOMTableRow.cs
- ExpandableObjectConverter.cs
- PageThemeCodeDomTreeGenerator.cs
- AsyncResult.cs
- SchemaImporter.cs
- MarkupExtensionReturnTypeAttribute.cs
- FocusWithinProperty.cs
- _LocalDataStoreMgr.cs
- DispatcherFrame.cs
- ConstraintEnumerator.cs
- ElementAtQueryOperator.cs
- MarkupObject.cs
- StylusPointPropertyId.cs
- RoleBoolean.cs
- HtmlWindowCollection.cs
- ToolboxItem.cs
- _SslStream.cs
- CredentialCache.cs
- LambdaCompiler.Address.cs
- DriveNotFoundException.cs
- ActionFrame.cs
- SqlVisitor.cs
- ModuleBuilder.cs
- DecoderFallback.cs
- MemberInfoSerializationHolder.cs
- Condition.cs
- MouseActionValueSerializer.cs
- WSFederationHttpSecurityElement.cs
- NumberAction.cs
- AlphabeticalEnumConverter.cs
- DynamicMethod.cs
- _ListenerResponseStream.cs