BCGControlBar Library for .NET
GetPaneData Method




A reference to the StatusBarPaneData object to place a copy of the StatusBarPaneData object.
Creates a copy of the related StatusBarPaneData object and places it to the "value" reference.
Syntax
'Declaration
 
Public Sub GetPaneData( _
   ByRef value As StatusBarPaneData _
) 
'Usage
 
Dim instance As StatusBarPaneInfo
Dim value As StatusBarPaneData
 
instance.GetPaneData(value)
public void GetPaneData( 
   ref StatusBarPaneData value
)
public: void GetPaneData( 
   ref StatusBarPaneData* value
) 
public:
void GetPaneData( 
   StatusBarPaneData^% value
) 

Parameters

value
A reference to the StatusBarPaneData object to place a copy of the StatusBarPaneData object.
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

StatusBarPaneInfo Class
StatusBarPaneInfo Members

Send Feedback