Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExclusiveHandleList.cs
- _Win32.cs
- ToolStripOverflowButton.cs
- PropertyNames.cs
- Int32Rect.cs
- LocatorPartList.cs
- PocoPropertyAccessorStrategy.cs
- WindowsAuthenticationEventArgs.cs
- CommandPlan.cs
- LinqDataSourceUpdateEventArgs.cs
- RangeBaseAutomationPeer.cs
- ExtensibleClassFactory.cs
- GlobalProxySelection.cs
- FontResourceCache.cs
- DataSourceHelper.cs
- ToolStripContentPanelRenderEventArgs.cs
- GeneratedView.cs
- DesignerVerbToolStripMenuItem.cs
- MemoryMappedViewAccessor.cs
- MergeFilterQuery.cs
- XmlSchemas.cs
- PtsPage.cs
- DataErrorValidationRule.cs
- GenericRootAutomationPeer.cs
- DataGridViewCellValueEventArgs.cs
- PeerCollaboration.cs
- RuleSet.cs
- NotifyIcon.cs
- SimpleTypeResolver.cs
- PrintPreviewDialog.cs
- HttpCapabilitiesEvaluator.cs
- TagMapInfo.cs
- PathSegment.cs
- RepeaterItemCollection.cs
- XmlTextReaderImplHelpers.cs
- WorkflowInstanceExtensionProvider.cs
- ACL.cs
- BitmapEffectvisualstate.cs
- AlphabetConverter.cs
- CustomCredentialPolicy.cs
- DescriptionAttribute.cs
- Panel.cs
- MembershipUser.cs
- Profiler.cs
- DbConnectionPool.cs
- TrustManagerPromptUI.cs
- VisualBasicSettingsHandler.cs
- ChangeInterceptorAttribute.cs
- CallbackValidator.cs
- IPAddressCollection.cs
- MemoryPressure.cs
- EmptyEnumerable.cs
- MenuCommands.cs
- WebHttpSecurityModeHelper.cs
- RoleService.cs
- DrawTreeNodeEventArgs.cs
- UnsafeNativeMethods.cs
- MembershipValidatePasswordEventArgs.cs
- SurrogateEncoder.cs
- InvalidStoreProtectionKeyException.cs
- CompiledAction.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- ParagraphResult.cs
- GeneralTransform3DGroup.cs
- NativeMethods.cs
- GlyphTypeface.cs
- DialogWindow.cs
- PropertyInformationCollection.cs
- InkPresenterAutomationPeer.cs
- SoapInteropTypes.cs
- UnionCqlBlock.cs
- ModulesEntry.cs
- RightsManagementPermission.cs
- SimpleMailWebEventProvider.cs
- ResolvedKeyFrameEntry.cs
- Processor.cs
- contentDescriptor.cs
- DataGridrowEditEndingEventArgs.cs
- ConstantExpression.cs
- DetailsViewCommandEventArgs.cs
- QuotedPrintableStream.cs
- StorageInfo.cs
- DashStyle.cs
- baseaxisquery.cs
- NativeMethodsOther.cs
- SqlClientPermission.cs
- AsymmetricCryptoHandle.cs
- Composition.cs
- LoginCancelEventArgs.cs
- XPathNode.cs
- DesignerRegionCollection.cs
- CodeTypeReference.cs
- DesignUtil.cs
- DataControlButton.cs
- ConfigUtil.cs
- XmlArrayItemAttribute.cs
- PartialTrustVisibleAssembliesSection.cs
- DrawingVisualDrawingContext.cs
- DataGridViewControlCollection.cs
- Point3DValueSerializer.cs