Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / TrustUi / MS / Internal / documents / DocumentStatusResources.cs / 1 / DocumentStatusResources.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // DocumentStatusResources. // // History: // 06/10/05 - [....] created // //--------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; namespace MS.Internal.Documents { ////// A set of resources that describe overall document status /// for a particular layer (RM, DigSig, etc.) designed to be directly /// injected into the UI. /// internal struct DocumentStatusResources { ////// The image representing the current document status for the UI. /// internal System.Windows.Media.DrawingBrush Image { get { return _image; } set { _image = value; } } ////// The text representing the current document status for the UI. /// internal string Text { get { return _text; } set { _text = value; } } ////// The ToolTip text for the hover states of any controls representing this status /// for the UI. /// internal string ToolTip { get { return _toolTip; } set { _toolTip = value; } } // Private Fields private System.Windows.Media.DrawingBrush _image; private string _text; private string _toolTip; } } // 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
- Add.cs
- DataSourceControl.cs
- TemplateXamlTreeBuilder.cs
- TextServicesHost.cs
- ItemCollection.cs
- ProfileGroupSettings.cs
- EraserBehavior.cs
- Parser.cs
- ConfigurationManager.cs
- ToolStripSplitStackLayout.cs
- TreeViewImageKeyConverter.cs
- CodeExporter.cs
- ImageButton.cs
- TypedLocationWrapper.cs
- basenumberconverter.cs
- BulletChrome.cs
- KnownTypeHelper.cs
- MouseEvent.cs
- ProxyHelper.cs
- ThreadInterruptedException.cs
- Button.cs
- ResourcesBuildProvider.cs
- WindowsImpersonationContext.cs
- UpdatePanel.cs
- SequenceDesigner.xaml.cs
- DriveInfo.cs
- SQLByte.cs
- ConfigsHelper.cs
- IDQuery.cs
- OLEDB_Enum.cs
- ProfessionalColors.cs
- localization.cs
- ConstructorBuilder.cs
- CollectionBuilder.cs
- Margins.cs
- GridViewHeaderRowPresenter.cs
- SettingsAttributeDictionary.cs
- ELinqQueryState.cs
- ProfileService.cs
- MouseButton.cs
- WindowProviderWrapper.cs
- BamlReader.cs
- InternalConfigHost.cs
- StdValidatorsAndConverters.cs
- GridViewColumnHeader.cs
- ISAPIWorkerRequest.cs
- log.cs
- CodeGen.cs
- HtmlMeta.cs
- LambdaCompiler.Generated.cs
- RuleInfoComparer.cs
- Select.cs
- SymmetricAlgorithm.cs
- Figure.cs
- ProcessModelInfo.cs
- EdmProviderManifest.cs
- RuleSetReference.cs
- DropShadowEffect.cs
- DataListItemEventArgs.cs
- SettingsBindableAttribute.cs
- PtsCache.cs
- ScrollChrome.cs
- Command.cs
- MailWebEventProvider.cs
- UriTemplateTrieLocation.cs
- DrawingVisual.cs
- ResourceContainer.cs
- Binding.cs
- NullableDoubleSumAggregationOperator.cs
- DocumentApplication.cs
- OrderPreservingMergeHelper.cs
- RequiredAttributeAttribute.cs
- UrlPath.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- SmiXetterAccessMap.cs
- FileDialogPermission.cs
- FixedFlowMap.cs
- WindowsBrush.cs
- RSAProtectedConfigurationProvider.cs
- MsmqAppDomainProtocolHandler.cs
- DataGridClipboardHelper.cs
- CacheForPrimitiveTypes.cs
- ObjectIDGenerator.cs
- CommandExpr.cs
- PrimitiveSchema.cs
- NullableDoubleMinMaxAggregationOperator.cs
- DocumentCollection.cs
- FormViewInsertEventArgs.cs
- AudioStateChangedEventArgs.cs
- TypeAccessException.cs
- Unit.cs
- NetCodeGroup.cs
- Int32CollectionValueSerializer.cs
- XmlComment.cs
- XamlBrushSerializer.cs
- XmlQueryTypeFactory.cs
- BigIntegerStorage.cs
- IPPacketInformation.cs
- BrowserCapabilitiesFactoryBase.cs
- LoginView.cs