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
- ContextStaticAttribute.cs
- PerfCounters.cs
- TextBoxLine.cs
- EndpointConfigContainer.cs
- EmissiveMaterial.cs
- PreviewPrintController.cs
- XmlAtomicValue.cs
- CommandValueSerializer.cs
- TreeView.cs
- PerformanceCounterLib.cs
- ImageSourceValueSerializer.cs
- TemplateKeyConverter.cs
- ReceiveContext.cs
- Rotation3D.cs
- BehaviorEditorPart.cs
- DataGridViewColumnHeaderCell.cs
- SocketException.cs
- SqlOuterApplyReducer.cs
- UrlMappingsModule.cs
- FontNamesConverter.cs
- Vector3DValueSerializer.cs
- LicenseException.cs
- GrammarBuilderRuleRef.cs
- SecurityTokenReferenceStyle.cs
- ContentHostHelper.cs
- Resources.Designer.cs
- PermissionToken.cs
- EtwTrackingBehaviorElement.cs
- securitycriticaldata.cs
- SaveFileDialog.cs
- DtcInterfaces.cs
- WebBrowsableAttribute.cs
- CultureMapper.cs
- ObjectHelper.cs
- ScriptingProfileServiceSection.cs
- SafeFileMapViewHandle.cs
- FileAuthorizationModule.cs
- MimeTypePropertyAttribute.cs
- PrintDialog.cs
- SplineKeyFrames.cs
- CharConverter.cs
- GcSettings.cs
- Roles.cs
- Permission.cs
- FrameDimension.cs
- Pair.cs
- ComponentManagerBroker.cs
- ChtmlTextWriter.cs
- WebResourceUtil.cs
- ClientCredentialsElement.cs
- DocumentSequence.cs
- CollectionViewGroupInternal.cs
- IncomingWebRequestContext.cs
- RequestStatusBarUpdateEventArgs.cs
- ResourceExpression.cs
- WindowsMenu.cs
- StringBuilder.cs
- SqlDataSource.cs
- WindowsToolbarAsMenu.cs
- iisPickupDirectory.cs
- DirectoryNotFoundException.cs
- StateMachineDesignerPaint.cs
- DayRenderEvent.cs
- Expander.cs
- BamlLocalizer.cs
- AtlasWeb.Designer.cs
- IdentityVerifier.cs
- Timer.cs
- MetadataSet.cs
- XamlGridLengthSerializer.cs
- MissingMemberException.cs
- LinqDataSourceDisposeEventArgs.cs
- ManagedFilter.cs
- TrackingStringDictionary.cs
- HttpCacheParams.cs
- ToggleButton.cs
- EntityDataSourceDesignerHelper.cs
- Point3D.cs
- NullableIntMinMaxAggregationOperator.cs
- Lease.cs
- DefaultExpressionVisitor.cs
- List.cs
- Context.cs
- ObservableDictionary.cs
- DataServiceException.cs
- SingleTagSectionHandler.cs
- SqlDataSource.cs
- DesignerForm.cs
- TileBrush.cs
- SqlConnectionString.cs
- MenuBase.cs
- WmlSelectionListAdapter.cs
- ValueChangedEventManager.cs
- StartUpEventArgs.cs
- FileUpload.cs
- OSEnvironmentHelper.cs
- UInt64.cs
- ISAPIWorkerRequest.cs
- GlyphingCache.cs
- AddInEnvironment.cs