﻿<?xml version="1.0" encoding="utf-8"?><Type Name="FontDialog" FullName="System.Windows.Forms.FontDialog"><TypeSignature Language="C#" Value="public class FontDialog : System.Windows.Forms.CommonDialog" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Windows.Forms.CommonDialog</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultEvent("Apply")</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.DefaultProperty("Font")</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The inherited member <see cref="M:System.Windows.Forms.CommonDialog.ShowDialog" /> must be invoked to create this specific common dialog box. <see cref="M:System.Windows.Forms.CommonDialog.HookProc(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)" /> can be overridden to implement specific dialog box hook functionality.</para><para>When you create an instance of <see cref="T:System.Windows.Forms.FontDialog" />, some of the read/write properties are set to initial values. For a list of these values, see the <see cref="M:System.Windows.Forms.FontDialog.#ctor" /> constructor.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Prompts the user to choose a font from among those installed on the local computer.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public FontDialog ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When you create an instance of <see cref="T:System.Windows.Forms.FontDialog" />, the following read/write properties are initialized.</para><list type="table"><listheader><item><term><para>Property </para></term><description><para>Initial Value </para></description></item></listheader><item><term><para><see cref="P:System.Windows.Forms.FontDialog.AllowSimulations" /></para></term><description><para>true </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.AllowVectorFonts" /></para></term><description><para>true </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.AllowVerticalFonts" /></para></term><description><para>true </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.AllowScriptChange" /></para></term><description><para>true </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.Color" /></para></term><description><para>Color.Black </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.FixedPitchOnly" /></para></term><description><para>false </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.MaxSize" /></para></term><description><para>0 </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.MinSize" /></para></term><description><para>0 </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.ScriptsOnly" /></para></term><description><para>false </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.ShowApply" /></para></term><description><para>false </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.ShowColor" /></para></term><description><para>false </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.ShowEffects" /></para></term><description><para>true </para></description></item><item><term><para><see cref="P:System.Windows.Forms.FontDialog.ShowHelp" /></para></term><description><para>false </para></description></item></list><para>You can change the value for any of these properties through a separate call to the property.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.FontDialog" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AllowScriptChange"><MemberSignature Language="C#" Value="public bool AllowScriptChange { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <ui>Script</ui> combo box found on the <ui>Font</ui> dialog box contains character sets associated with the selected font.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the user can change the character set specified in the <ui>Script</ui> combo box to display a character set other than the one currently displayed.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AllowSimulations"><MemberSignature Language="C#" Value="public bool AllowSimulations { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the dialog box allows graphics device interface (GDI) font simulations.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AllowVectorFonts"><MemberSignature Language="C#" Value="public bool AllowVectorFonts { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the dialog box allows vector font selections.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AllowVerticalFonts"><MemberSignature Language="C#" Value="public bool AllowVerticalFonts { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the dialog box displays both vertical and horizontal fonts or only horizontal fonts.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Apply"><MemberSignature Language="C#" Value="public event EventHandler Apply;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Every time the <ui>Apply</ui> button is clicked, another <see cref="E:System.Windows.Forms.FontDialog.Apply" /> event is raised.</para><para>For more information about handling events, see <format type="text/html"><a href="01E4F1BC-E55E-413F-98C7-6588493E5F67">[&lt;topic://cpconEventsOverview&gt;]</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the user clicks the <ui>Apply</ui> button in the font dialog box.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Color"><MemberSignature Language="C#" Value="public System.Drawing.Color Color { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Drawing.Color</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the selected font color.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue("Color [Black]")</AttributeName></Attribute></Attributes></Member><Member MemberName="EventApply"><MemberSignature Language="C#" Value="protected static readonly object EventApply;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Owns the <see cref="E:System.Windows.Forms.FontDialog.Apply" /> event.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="FixedPitchOnly"><MemberSignature Language="C#" Value="public bool FixedPitchOnly { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the dialog box allows only the selection of fixed-pitch fonts.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Font"><MemberSignature Language="C#" Value="public System.Drawing.Font Font { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Drawing.Font</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the selected font.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="FontMustExist"><MemberSignature Language="C#" Value="public bool FontMustExist { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the dialog box specifies an error condition if the user attempts to select a font or style that does not exist.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HookProc"><MemberSignature Language="C#" Value="protected override IntPtr HookProc (IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.IntPtr</ReturnType></ReturnValue><Parameters><Parameter Name="hWnd" Type="System.IntPtr" /><Parameter Name="msg" Type="System.Int32" /><Parameter Name="wparam" Type="System.IntPtr" /><Parameter Name="lparam" Type="System.IntPtr" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A hook procedure is a mechanism by which a function can intercept events before they reach an application. When you override the <see cref="M:System.Windows.Forms.CommonDialog.HookProc(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)" /> method for a <see cref="T:System.Windows.Forms.CommonDialog" /> class, the operating system invokes your override of the function to post operating system messages to the window.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A zero value if the default dialog box procedure processes the message; a nonzero value if the default dialog box procedure ignores the message.</para></returns><param name="hWnd"><attribution license="cc4" from="Microsoft" modified="false" />The handle to the dialog box window. </param><param name="msg"><attribution license="cc4" from="Microsoft" modified="false" />The message being received. </param><param name="wparam"><attribution license="cc4" from="Microsoft" modified="false" />Additional information about the message. </param><param name="lparam"><attribution license="cc4" from="Microsoft" modified="false" />Additional information about the message. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="MaxSize"><MemberSignature Language="C#" Value="public int MaxSize { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(0)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>In order for the maximum and minimum size settings to take effect, <see cref="P:System.Windows.Forms.FontDialog.MaxSize" /> must be greater than <see cref="P:System.Windows.Forms.FontDialog.MinSize" />, and both must be greater than 0.</para><para>Attempts to set this property to values less than 0 will result in a value of 0 being used. If you set <see cref="P:System.Windows.Forms.FontDialog.MaxSize" /> to a value less than <see cref="P:System.Windows.Forms.FontDialog.MinSize" />, <see cref="P:System.Windows.Forms.FontDialog.MinSize" /> is set to <see cref="P:System.Windows.Forms.FontDialog.MaxSize" />. The effect of setting <see cref="P:System.Windows.Forms.FontDialog.MinSize" /> and <see cref="P:System.Windows.Forms.FontDialog.MaxSize" /> to the same values is to limit the size selection to a single font size.</para><para>When the point size is 0, there are no font size limits.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the maximum point size a user can select.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="MinSize"><MemberSignature Language="C#" Value="public int MinSize { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(0)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>In order for the maximum and minimum size settings to take effect, <see cref="P:System.Windows.Forms.FontDialog.MaxSize" /> must be greater than <see cref="P:System.Windows.Forms.FontDialog.MinSize" />, and both must be greater than 0.</para><para>Attempts to set this property to values less than 0 will result in a value of 0 being used. If you set <see cref="P:System.Windows.Forms.FontDialog.MinSize" /> to a value greater than <see cref="P:System.Windows.Forms.FontDialog.MaxSize" />, <see cref="P:System.Windows.Forms.FontDialog.MaxSize" /> is set to the value of <see cref="P:System.Windows.Forms.FontDialog.MinSize" />. The effect of setting <see cref="P:System.Windows.Forms.FontDialog.MinSize" /> and <see cref="P:System.Windows.Forms.FontDialog.MaxSize" /> to the same value is to limit the size selection to a single font size.</para><para>When the point size is 0, there are no font size limits.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the minimum point size a user can select.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OnApply"><MemberSignature Language="C#" Value="protected virtual void OnApply (EventArgs e);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="e" Type="System.EventArgs" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Raising an event invokes the event handler through a delegate. For an overview, see <format type="text/html"><a href="F2ADAF01-1ED1-42E1-8C31-8D467E7E0EE2">[&lt;topic://cpconProvidingEventFunctionality&gt;]</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Raises the <see cref="E:System.Windows.Forms.FontDialog.Apply" /> event.</para></summary><param name="e"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.EventArgs" /> that contains the data. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Options"><MemberSignature Language="C#" Value="protected int Options { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Windows.Forms.FontDialog.Options" /> property corresponds to the flags used to initialize a color dialog box using Win32. Use the properties of the <see cref="T:System.Windows.Forms.FontDialog" /> class to get and set the options.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets values to initialize the <see cref="T:System.Windows.Forms.FontDialog" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Reset"><MemberSignature Language="C#" Value="public override void Reset ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When the options are reset, the strikethrough, underline, and color effects are enabled. The fonts listed include only the screen fonts supported by the system.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Resets all dialog box options to their default values.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="RunDialog"><MemberSignature Language="C#" Value="protected override bool RunDialog (IntPtr hWndOwner);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="hWndOwner" Type="System.IntPtr" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Windows.Forms.FontDialog.RunDialog(System.IntPtr)" /> method is invoked when the user of a font dialog box calls the <see cref="M:System.Windows.Forms.CommonDialog.ShowDialog" /> method.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies a file dialog box.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the dialog box was successfully run; otherwise, false.</para></returns><param name="hWndOwner"><attribution license="cc4" from="Microsoft" modified="false" />The window handle of the owner window for the common dialog box.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ScriptsOnly"><MemberSignature Language="C#" Value="public bool ScriptsOnly { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the dialog box allows selection of fonts for all non-OEM and Symbol character sets, as well as the ANSI character set.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ShowApply"><MemberSignature Language="C#" Value="public bool ShowApply { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the dialog box contains an <ui>Apply</ui> button.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ShowColor"><MemberSignature Language="C#" Value="public bool ShowColor { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the dialog box displays the color choice.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ShowEffects"><MemberSignature Language="C#" Value="public bool ShowEffects { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the dialog box contains controls that allow the user to specify strikethrough, underline, and text color options.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ShowHelp"><MemberSignature Language="C#" Value="public bool ShowHelp { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the dialog box displays a Help button.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ToString"><MemberSignature Language="C#" Value="public override string ToString ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves a string that includes the name of the current font selected in the dialog box.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A string that includes the name of the currently selected font.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>