SpreadsheetGear 2023
Anchor Property (FormulaBar)


SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : Anchor Property
Syntax
'Declaration
 
<SRDescriptionAttribute("ControlAnchorDescr")>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRCategoryAttribute("CatLayout")>
Public Overridable Property Anchor As System.Windows.Forms.AnchorStyles
'Usage
 
Dim instance As FormulaBar
Dim value As System.Windows.Forms.AnchorStyles
 
instance.Anchor = value
 
value = instance.Anchor
[SRDescription("ControlAnchorDescr")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRCategory("CatLayout")]
public virtual System.Windows.Forms.AnchorStyles Anchor {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FormulaBar Class
FormulaBar Members