Xceed SmartUI for WinForms v3.6 Documentation
MakeVisible Method (Group)


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.ExplorerTaskPane Namespace > Group Class : MakeVisible Method
Renders the SmartItem visible no matter its state or its parent's state.
Syntax
'Declaration
 
Protected Overrides Sub MakeVisible() 
'Usage
 
Dim instance As Group
 
instance.MakeVisible()
protected override void MakeVisible()
Remarks

When overriding MakeVisible in a derived class, you must make sure that the SmartItem is always made visible, no matter its state or its parent state. For example, if the SmartItem is in a collapsed group, the group should be expanded.

Requirements

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

See Also

Reference

Group Class
Group Members
Base Implementation in MakeVisible