ArcFM Solution Developer Guide
AutoSizeMode Property (AUBrowserControl)


Syntax
'Declaration
 
<SRDescriptionAttribute("Specifies the mode by which the user interface element automatically resizes itself.")>
<SRCategoryAttribute("Layout")>
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.LocalizableAttribute(True)>
Public Property AutoSizeMode As System.Windows.Forms.AutoSizeMode
'Usage
 
Dim instance As AUBrowserControl
Dim value As System.Windows.Forms.AutoSizeMode
 
instance.AutoSizeMode = value
 
value = instance.AutoSizeMode
[SRDescription("Specifies the mode by which the user interface element automatically resizes itself.")]
[SRCategory("Layout")]
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
public System.Windows.Forms.AutoSizeMode AutoSizeMode {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