'Declaration <BrowsableAttribute(False)> Public Overridable ReadOnly Property IsVisible As Boolean
'Declaration <BrowsableAttribute(False)> Public Overridable ReadOnly Property IsVisible As Boolean
This property takes the visible state of the ParentItem, ParentSmartControl and RootSmartControl into consideration. Therefore, if the parent SmartItem is not visible but the child is, IsVisible will return false.
The collapsed or expanded state of the parent SmartItem will also be taken into consideration in the case where the parent SmartItem implements the IExpandable interface. For example, if the parent SmartItem is collapsed, IsVisible will return false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2