Intersoft WebCombo Documentation
Visible Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : Visible Property






Gets or sets a value indicating whether the control is rendered as UI on the page.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Overridable Property Visible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
C# 
[CategoryAttribute("Behavior")]
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public virtual bool Visible {get; set;}
Delphi 
public read-write property Visible: Boolean; virtual; 
JScript 
CategoryAttribute("Behavior")
BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
public function get,set Visible : boolean
Managed Extensions for C++ 
[CategoryAttribute("Behavior")]
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property virtual bool get_Visible();
public: __property virtual void set_Visible( 
   bool value
);
C++/CLI 
[CategoryAttribute("Behavior")]
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public:
virtual property bool Visible {
   bool get();
   void set (    bool value);
}

Remarks

Using this property you can determine to show or hide a WebCombo. If you set the value to False, the combo will be hidden. On the other hand, if you set the value to True the combo will be shown.

Requirements

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

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.