SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : Visible Property |
'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <SRCategoryAttribute("Behavior")> <SRDescriptionAttribute("Determines whether the control is visible or hidden.")> Public Property Visible As System.Boolean
'Usage
Dim instance As FormulaBar Dim value As System.Boolean instance.Visible = value value = instance.Visible
[System.ComponentModel.Localizable(true)] [SRCategory("Behavior")] [SRDescription("Determines whether the control is visible or hidden.")] public System.bool Visible {get; set;}
public read-write property Visible: System.Boolean;
System.ComponentModel.LocalizableAttribute() SRCategoryAttribute("Behavior") SRDescriptionAttribute("Determines whether the control is visible or hidden.") public function get,set Visible : System.boolean
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