Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / RTLAwareMessageBox.cs / 1 / RTLAwareMessageBox.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System; using System.Windows.Forms; ////// /// internal sealed class RTLAwareMessageBox { ////// The Show method displays a message box that can contain text, buttons, and symbols that /// inform and instruct the user. This MessageBox will be RTL, if the resources /// for this dll have been localized to a RTL language. /// ////// /// public static DialogResult Show(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options) { if (RTLAwareMessageBox.IsRTLResources) { options |= (MessageBoxOptions.RightAlign | MessageBoxOptions.RtlReading); } return MessageBox.Show(owner, text, caption, buttons, icon, defaultButton, options); } ////// Displays a message box with specified text, caption, and style. /// Makes the dialog RTL if the resources for this dll have been localized to a RTL language. /// ////// Tells whether the current resources for this dll have been /// localized for a RTL language. /// public static bool IsRTLResources { get { return SR.GetString(SR.RTL) != "RTL_False"; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System; using System.Windows.Forms; ////// /// internal sealed class RTLAwareMessageBox { ////// The Show method displays a message box that can contain text, buttons, and symbols that /// inform and instruct the user. This MessageBox will be RTL, if the resources /// for this dll have been localized to a RTL language. /// ////// /// public static DialogResult Show(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options) { if (RTLAwareMessageBox.IsRTLResources) { options |= (MessageBoxOptions.RightAlign | MessageBoxOptions.RtlReading); } return MessageBox.Show(owner, text, caption, buttons, icon, defaultButton, options); } ////// Displays a message box with specified text, caption, and style. /// Makes the dialog RTL if the resources for this dll have been localized to a RTL language. /// ////// Tells whether the current resources for this dll have been /// localized for a RTL language. /// public static bool IsRTLResources { get { return SR.GetString(SR.RTL) != "RTL_False"; } } } } // 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
- MessageHeaderT.cs
- TableParaClient.cs
- SchemaElement.cs
- IDQuery.cs
- ThicknessAnimationUsingKeyFrames.cs
- ZipPackage.cs
- DivideByZeroException.cs
- PrintControllerWithStatusDialog.cs
- TailPinnedEventArgs.cs
- FontFaceLayoutInfo.cs
- Graph.cs
- FormView.cs
- StreamingContext.cs
- StackOverflowException.cs
- OleDbStruct.cs
- WizardPanel.cs
- ToolStripRenderEventArgs.cs
- HMACSHA384.cs
- ProfileInfo.cs
- XMLUtil.cs
- PathSegment.cs
- ConsoleTraceListener.cs
- GrammarBuilderRuleRef.cs
- ListViewAutomationPeer.cs
- XmlAttributeHolder.cs
- BaseUriHelper.cs
- ADMembershipUser.cs
- LockedAssemblyCache.cs
- LayoutInformation.cs
- ViewEvent.cs
- XomlCompiler.cs
- WebPartMenu.cs
- Guid.cs
- MemberInfoSerializationHolder.cs
- MultipleViewPattern.cs
- TickBar.cs
- ServiceOperationListItem.cs
- CharConverter.cs
- TextBlock.cs
- SrgsRulesCollection.cs
- UIElement3D.cs
- SmuggledIUnknown.cs
- SearchForVirtualItemEventArgs.cs
- HwndKeyboardInputProvider.cs
- ChildChangedEventArgs.cs
- DesignObjectWrapper.cs
- TimelineCollection.cs
- Int32Rect.cs
- CodeGroup.cs
- WebHttpSecurityModeHelper.cs
- FixedSOMTextRun.cs
- Quaternion.cs
- PeerApplication.cs
- MediaPlayerState.cs
- XmlReaderSettings.cs
- MarshalByValueComponent.cs
- SourceFileBuildProvider.cs
- OracleConnectionString.cs
- XmlTextReaderImpl.cs
- XmlSchemaAnyAttribute.cs
- ButtonPopupAdapter.cs
- LoginView.cs
- TargetInvocationException.cs
- SettingsAttributes.cs
- Byte.cs
- CannotUnloadAppDomainException.cs
- TextElementCollection.cs
- TextTreeText.cs
- EqualityComparer.cs
- Perspective.cs
- LoadWorkflowAsyncResult.cs
- PriorityQueue.cs
- TreeNodeBinding.cs
- HttpRawResponse.cs
- SecurityException.cs
- WebBrowserBase.cs
- CodeCommentStatementCollection.cs
- DateTimeFormatInfo.cs
- BufferModesCollection.cs
- DataFormats.cs
- IImplicitResourceProvider.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- CodeDOMProvider.cs
- DataObjectCopyingEventArgs.cs
- DataSourceCacheDurationConverter.cs
- ParallelActivityDesigner.cs
- ViewSimplifier.cs
- IsolatedStorageException.cs
- OwnerDrawPropertyBag.cs
- EnumValAlphaComparer.cs
- Util.cs
- PolicyLevel.cs
- ScrollBar.cs
- FacetEnabledSchemaElement.cs
- FSWPathEditor.cs
- LogicalExpr.cs
- ConfigPathUtility.cs
- GlyphRunDrawing.cs
- StyleCollectionEditor.cs
- Transactions.cs