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


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItem Class : MakeVisible Method
Renders the SmartItem visible no matter its state or its parent's state.
Syntax
'Declaration
 
Protected Overridable Sub MakeVisible() 
'Usage
 
Dim instance As SmartItem
 
instance.MakeVisible()
protected virtual 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

SmartItem Class
SmartItem Members