BCGControlBar Library for .NET
VisibleContainer Property




Returns a reference to first visible parent container. Use this property to find the first parent control in hierarchy working in regular ("non-component") mode.
Syntax
'Declaration
 
Public ReadOnly Property VisibleContainer As Control
'Usage
 
Dim instance As CommandPanel
Dim value As Control
 
value = instance.VisibleContainer
public Control VisibleContainer {get;}
public: __property Control* get_VisibleContainer();
public:
property Control^ VisibleContainer {
   Control^ get();
}
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

CommandPanel Class
CommandPanel Members

Send Feedback