[System.ComponentModel.Localizable(true)] [SRCategory("CatBehavior")] [SRDescription("ControlVisibleDescr")] public System.bool Visible {get; set;}
public read-write property Visible: System.Boolean;
System.ComponentModel.LocalizableAttribute() SRCategoryAttribute("CatBehavior") SRDescriptionAttribute("ControlVisibleDescr") public function get,set Visible : System.boolean
[System.ComponentModel.Localizable(true)] [SRCategory("CatBehavior")] [SRDescription("ControlVisibleDescr")] public: __property System.bool get_Visible(); public: __property void set_Visible( System.bool value );
[System.ComponentModel.Localizable(true)] [SRCategory("CatBehavior")] [SRDescription("ControlVisibleDescr")] public: property System.bool Visible { System.bool get(); void set ( System.bool value); }
'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("ControlVisibleDescr")> Public Property Visible As System.Boolean
'Usage
Dim instance As FormulaBar Dim value As System.Boolean instance.Visible = value value = instance.Visible