Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / Primitives / StatusBarItem.cs / 1305600 / StatusBarItem.cs
//----------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//---------------------------------------------------------------------------
using System.Windows;
using System.Windows.Automation.Peers;
using MS.Internal.KnownBoxes;
namespace System.Windows.Controls.Primitives
{
///
/// Control that implements a item inside a StatusBar.
///
[Localizability(LocalizationCategory.Inherit)]
public class StatusBarItem : ContentControl
{
#region Constructors
static StatusBarItem()
{
DefaultStyleKeyProperty.OverrideMetadata(typeof(StatusBarItem), new FrameworkPropertyMetadata(typeof(StatusBarItem)));
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(StatusBarItem));
IsTabStopProperty.OverrideMetadata(typeof(StatusBarItem), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
}
#endregion
#region Accessibility
///
/// Creates AutomationPeer ( )
///
protected override AutomationPeer OnCreateAutomationPeer()
{
return new StatusBarItemAutomationPeer(this);
}
#endregion
#region DTypeThemeStyleKey
// Returns the DependencyObjectType for the registered ThemeStyleKey's default
// value. Controls will override this method to return approriate types.
internal override DependencyObjectType DTypeThemeStyleKey
{
get { return _dType; }
}
private static DependencyObjectType _dType;
#endregion DTypeThemeStyleKey
}
}
// 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
- SingleSelectRootGridEntry.cs
- ChtmlMobileTextWriter.cs
- FrameworkRichTextComposition.cs
- DirectoryNotFoundException.cs
- AssociationSetMetadata.cs
- DataGridRowEventArgs.cs
- RSAPKCS1SignatureFormatter.cs
- WebBrowserHelper.cs
- DataSourceXmlTextReader.cs
- CommandConverter.cs
- MiniLockedBorderGlyph.cs
- DataChangedEventManager.cs
- DurableServiceAttribute.cs
- PointKeyFrameCollection.cs
- Annotation.cs
- VisualBrush.cs
- SpellerInterop.cs
- UmAlQuraCalendar.cs
- ObjectListTitleAttribute.cs
- VerticalAlignConverter.cs
- XmlSchemaException.cs
- Viewport2DVisual3D.cs
- InfiniteTimeSpanConverter.cs
- SystemInfo.cs
- MaskedTextBoxDesigner.cs
- PropertyMetadata.cs
- SafeIUnknown.cs
- DbParameterCollection.cs
- RowUpdatedEventArgs.cs
- DocumentCollection.cs
- XmlWriterSettings.cs
- Rotation3DAnimation.cs
- SafeSecurityHandles.cs
- WriteFileContext.cs
- HotSpotCollection.cs
- GridItemCollection.cs
- BoundColumn.cs
- ListBoxAutomationPeer.cs
- CapabilitiesAssignment.cs
- Part.cs
- DataControlFieldCollection.cs
- basevalidator.cs
- __TransparentProxy.cs
- TrustManagerMoreInformation.cs
- AttributeCollection.cs
- Internal.cs
- MsmqNonTransactedPoisonHandler.cs
- EqualityComparer.cs
- GuidTagList.cs
- MeasurementDCInfo.cs
- AuthenticateEventArgs.cs
- LinqDataSourceContextData.cs
- ResourceWriter.cs
- Section.cs
- ValidatorCompatibilityHelper.cs
- PanelStyle.cs
- ServiceBehaviorAttribute.cs
- InlineObject.cs
- ToolStripItemCollection.cs
- EditorPartCollection.cs
- LinqDataSourceUpdateEventArgs.cs
- ReachUIElementCollectionSerializerAsync.cs
- FlatButtonAppearance.cs
- FontNamesConverter.cs
- AssemblyUtil.cs
- BridgeDataRecord.cs
- EncryptedData.cs
- PreviewPageInfo.cs
- Pkcs9Attribute.cs
- SmtpReplyReaderFactory.cs
- CurrentChangingEventManager.cs
- EndCreateSecurityTokenRequest.cs
- SwitchAttribute.cs
- XmlSchemaCompilationSettings.cs
- RelatedEnd.cs
- GridViewUpdatedEventArgs.cs
- TextAdaptor.cs
- CodeCommentStatementCollection.cs
- ToolboxItemCollection.cs
- XmlEncoding.cs
- objectquery_tresulttype.cs
- SystemIcmpV6Statistics.cs
- ItemAutomationPeer.cs
- SessionIDManager.cs
- JapaneseLunisolarCalendar.cs
- QuotedPrintableStream.cs
- PlatformNotSupportedException.cs
- TaiwanLunisolarCalendar.cs
- ScrollProperties.cs
- FlowchartStart.xaml.cs
- ObjectHelper.cs
- FontWeights.cs
- DataServiceException.cs
- ModuleElement.cs
- StreamedFramingRequestChannel.cs
- HttpResponseInternalWrapper.cs
- DelegatingTypeDescriptionProvider.cs
- XmlSchemaComplexType.cs
- DataGridViewCheckBoxColumn.cs
- RegistrySecurity.cs