BCGControlBar Library for .NET
ParentControl Property (SplitterHolder)




Gets or sets the control that the internal splitter control assign to.
Syntax
'Declaration
 
Public Property ParentControl As Control
'Usage
 
Dim instance As SplitterHolder
Dim value As Control
 
instance.ParentControl = value
 
value = instance.ParentControl
public Control ParentControl {get; set;}
public: __property Control* get_ParentControl();
public: __property void set_ParentControl( 
   Control* value
);
public:
property Control^ ParentControl {
   Control^ get();
   void set (    Control^ value);
}
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

SplitterHolder Class
SplitterHolder Members

Send Feedback