Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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)); } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TableLayoutCellPaintEventArgs.cs
- GridViewDeleteEventArgs.cs
- HtmlShimManager.cs
- ItemsPresenter.cs
- PolicyLevel.cs
- TabletDeviceInfo.cs
- DecimalFormatter.cs
- CompoundFileIOPermission.cs
- TypedOperationInfo.cs
- TypeElement.cs
- SqlTopReducer.cs
- StructureChangedEventArgs.cs
- pingexception.cs
- DataTablePropertyDescriptor.cs
- DataControlReference.cs
- InitialServerConnectionReader.cs
- CodeConditionStatement.cs
- SmiTypedGetterSetter.cs
- OverflowException.cs
- TableLayoutColumnStyleCollection.cs
- XomlCompilerParameters.cs
- CollectionsUtil.cs
- SystemDropShadowChrome.cs
- AddInServer.cs
- ZipIOExtraFieldElement.cs
- Timeline.cs
- MarkupWriter.cs
- SqlBulkCopy.cs
- PersonalizationStateInfoCollection.cs
- InfoCardSchemas.cs
- HttpHandlersSection.cs
- CultureInfoConverter.cs
- ReversePositionQuery.cs
- DefaultPropertyAttribute.cs
- ContractNamespaceAttribute.cs
- BindingSource.cs
- InvalidPrinterException.cs
- XXXOnTypeBuilderInstantiation.cs
- WinEventHandler.cs
- HuffmanTree.cs
- BuilderInfo.cs
- SrgsNameValueTag.cs
- SqlConnectionString.cs
- SignedInfo.cs
- ProcessHostConfigUtils.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SortedList.cs
- TextEditorDragDrop.cs
- GridViewUpdateEventArgs.cs
- TreeNodeCollectionEditor.cs
- DataSourceHelper.cs
- SimpleWebHandlerParser.cs
- TiffBitmapDecoder.cs
- TagMapInfo.cs
- XmlSchemaChoice.cs
- SerializableReadOnlyDictionary.cs
- KeyGestureValueSerializer.cs
- Int64AnimationBase.cs
- StringReader.cs
- TypeKeyValue.cs
- TypeNameConverter.cs
- PaperSource.cs
- EncryptedType.cs
- Invariant.cs
- Ray3DHitTestResult.cs
- PageAsyncTaskManager.cs
- ValueTypeFixupInfo.cs
- OleDbEnumerator.cs
- EncoderParameters.cs
- MonitorWrapper.cs
- StubHelpers.cs
- ExclusiveNamedPipeTransportManager.cs
- CompiledWorkflowDefinitionContext.cs
- DataPagerFieldCollection.cs
- DNS.cs
- ValidationErrorEventArgs.cs
- OutputCacheSettings.cs
- Attributes.cs
- PlatformNotSupportedException.cs
- TiffBitmapDecoder.cs
- AuthenticationModuleElement.cs
- ControlValuePropertyAttribute.cs
- DelegatingTypeDescriptionProvider.cs
- ExceptionTrace.cs
- AutomationAttributeInfo.cs
- SmtpNetworkElement.cs
- StyleSheet.cs
- TCPClient.cs
- XmlDataLoader.cs
- VisualStyleRenderer.cs
- RSACryptoServiceProvider.cs
- FtpWebResponse.cs
- IconHelper.cs
- BlobPersonalizationState.cs
- AutomationEvent.cs
- GcHandle.cs
- ToolStripScrollButton.cs
- ConfigurationSection.cs
- ResourceDisplayNameAttribute.cs
- HostedTcpTransportManager.cs