ArcFM Solution Developer Guide
FlatStyle Property (ToggleButton)


Syntax
'Declaration
 
<SRCategoryAttribute("CatAppearance")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("ButtonFlatStyleDescr")>
Public Property FlatStyle As System.Windows.Forms.FlatStyle
'Usage
 
Dim instance As ToggleButton
Dim value As System.Windows.Forms.FlatStyle
 
instance.FlatStyle = value
 
value = instance.FlatStyle
[SRCategory("CatAppearance")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.Localizable(true)]
[SRDescription("ButtonFlatStyleDescr")]
public System.Windows.Forms.FlatStyle FlatStyle {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

ToggleButton Class
ToggleButton Members

 

 


Send Comment