ICreate.Controls.Bars Send comments on this topic.
Visible Property
See Also 
ICreate.Controls.Bars Namespace > BarItem Class : Visible Property






Gets or sets if the BarItem is visible.

Syntax

Visual Basic (Declaration) 
Public Property Visible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BarItem
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
C# 
public bool Visible {get; set;}
Delphi 
public read-write property Visible: Boolean; 
JScript 
public function get,set Visible : boolean
Managed Extensions for C++ 
public: __property bool get_Visible();
public: __property void set_Visible( 
   bool value
);
C++/CLI 
public:
property bool Visible {
   bool get();
   void set (bool value);
}

Return Value

A System.Boolean value, this property determines if the BarItem is visible. If true then the BarItem is visible, otherwise it is false and the BarItem is not visible.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also