ArcFM Solution Developer Guide
Visible Property (DatasetControl)


Syntax
'Declaration
 
<SRCategoryAttribute("Behavior")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("Determines whether the control is visible or hidden.")>
Public Property Visible As System.Boolean
'Usage
 
Dim instance As DatasetControl
Dim value As System.Boolean
 
instance.Visible = value
 
value = instance.Visible
[SRCategory("Behavior")]
[System.ComponentModel.Localizable(true)]
[SRDescription("Determines whether the control is visible or hidden.")]
public System.bool Visible {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DatasetControl Class
DatasetControl Members

 

 


Send Comment