BCGControlBar Library for .NET
HookFormShown Method




Specified if the event handler to the "Shown" event of the parent form will be added or removed.
Adds event handler to the "Shown" event of the parent form. On the handler for this event the splitter control will be removed.
Syntax
'Declaration
 
Public Sub HookFormShown( _
   ByVal hook As Boolean _
) 
'Usage
 
Dim instance As SplitterControl
Dim hook As Boolean
 
instance.HookFormShown(hook)
public void HookFormShown( 
   bool hook
)
public: void HookFormShown( 
   bool hook
) 
public:
void HookFormShown( 
   bool hook
) 

Parameters

hook
Specified if the event handler to the "Shown" event of the parent form will be added or removed.
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

SplitterControl Class
SplitterControl Members

Send Feedback