Visible Property (FpCombo)
In This Topic
Gets or sets whether the control is visible.
Syntax
'Declaration
Public Overridable Property Visible As Boolean
'Usage
Dim instance As FpCombo
Dim value As Boolean
instance.Visible = value
value = instance.Visible
public virtual bool Visible {get; set;}
See Also