Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ConfigurationFileMap.cs
- LoaderAllocator.cs
- HttpContext.cs
- SqlFacetAttribute.cs
- ExpressionPrinter.cs
- DayRenderEvent.cs
- CngProvider.cs
- XmlWrappingWriter.cs
- ButtonBase.cs
- FrameworkContentElement.cs
- DocumentCollection.cs
- SiteMapSection.cs
- BaseValidator.cs
- HuffmanTree.cs
- CqlWriter.cs
- KerberosTicketHashIdentifierClause.cs
- UInt32Converter.cs
- _HelperAsyncResults.cs
- SqlMethodTransformer.cs
- CatalogPartCollection.cs
- RuntimeWrappedException.cs
- StateElementCollection.cs
- HotSpot.cs
- Typeface.cs
- SignatureDescription.cs
- HttpApplication.cs
- SrgsElementFactoryCompiler.cs
- EventEntry.cs
- DiffuseMaterial.cs
- CollectionExtensions.cs
- PropertyMap.cs
- EncryptedPackageFilter.cs
- FontStyleConverter.cs
- CommonDialog.cs
- CreateWorkflowOwnerCommand.cs
- ConsoleCancelEventArgs.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- ApplicationFileParser.cs
- ConstraintEnumerator.cs
- HelpProvider.cs
- ScriptControlManager.cs
- MetaDataInfo.cs
- SecurityPolicySection.cs
- CallContext.cs
- RectangleHotSpot.cs
- ByteStack.cs
- StylusPlugInCollection.cs
- compensatingcollection.cs
- PermissionSetEnumerator.cs
- ContentElement.cs
- XmlToDatasetMap.cs
- CheckBoxBaseAdapter.cs
- InvariantComparer.cs
- xmlsaver.cs
- HandleRef.cs
- Events.cs
- COM2TypeInfoProcessor.cs
- NumberEdit.cs
- WindowsScrollBarBits.cs
- DiscoveryClientDocuments.cs
- Formatter.cs
- Converter.cs
- SQLConvert.cs
- SqlBooleanMismatchVisitor.cs
- ReadOnlyCollection.cs
- DataTemplateSelector.cs
- ProjectionCamera.cs
- ArraySet.cs
- ServicePoint.cs
- MaskedTextProvider.cs
- control.ime.cs
- DataSysAttribute.cs
- ExtendLockAsyncResult.cs
- ListBoxItem.cs
- XmlSchemaAttributeGroup.cs
- UnionQueryOperator.cs
- SBCSCodePageEncoding.cs
- ImmutableAssemblyCacheEntry.cs
- CompilerTypeWithParams.cs
- ServiceMemoryGates.cs
- DateTimeUtil.cs
- RenderingEventArgs.cs
- ArrayList.cs
- XmlSigningNodeWriter.cs
- XamlToRtfWriter.cs
- _ListenerRequestStream.cs
- LowerCaseStringConverter.cs
- CoTaskMemSafeHandle.cs
- WindowsFont.cs
- OraclePermission.cs
- HtmlInputHidden.cs
- WebPartUtil.cs
- MetadataSource.cs
- DataServiceStreamProviderWrapper.cs
- TextBlock.cs
- RelationshipType.cs
- PolyQuadraticBezierSegment.cs
- ExtentCqlBlock.cs
- TemplateBindingExtension.cs
- RegistryPermission.cs