ArcFM Solution Developer Guide
Font Property (AUBrowserControl)


Syntax
'Declaration
 
<SRCategoryAttribute("Appearance")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.Runtime.InteropServices.DispIdAttribute(-512)>
<System.ComponentModel.AmbientValueAttribute()>
<SRDescriptionAttribute("The font used to display text in the control.")>
Public Overridable Property Font As System.Drawing.Font
'Usage
 
Dim instance As AUBrowserControl
Dim value As System.Drawing.Font
 
instance.Font = value
 
value = instance.Font
[SRCategory("Appearance")]
[System.ComponentModel.Localizable(true)]
[System.Runtime.InteropServices.DispId(-512)]
[System.ComponentModel.AmbientValue()]
[SRDescription("The font used to display text in the control.")]
public virtual System.Drawing.Font Font {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AUBrowserControl Class
AUBrowserControl Members

 

 


Send Comment