BCGControlBar Library for .NET
GetStatusBarControl Method




A form to get a status bar from.
Returns the status bar from the specified form. If the specified form has no status bar the null reference will be returned.
Syntax
'Declaration
 
Public Function GetStatusBarControl( _
   ByVal form As Form _
) As StatusBarControl
'Usage
 
Dim instance As LayoutController
Dim form As Form
Dim value As StatusBarControl
 
value = instance.GetStatusBarControl(form)
public StatusBarControl GetStatusBarControl( 
   Form form
)
public: StatusBarControl* GetStatusBarControl( 
   Form* form
) 
public:
StatusBarControl^ GetStatusBarControl( 
   Form^ form
) 

Parameters

form
A form to get a status bar from.
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

LayoutController Class
LayoutController Members

Send Feedback