BCGControlBar Library for .NET
NextPaneID Property




Syntax
'Declaration
 
Public Property NextPaneID As Integer
'Usage
 
Dim instance As StatusBarControl
Dim value As Integer
 
instance.NextPaneID = value
 
value = instance.NextPaneID
public int NextPaneID {get; set;}
public: __property int get_NextPaneID();
public: __property void set_NextPaneID( 
   int value
);
public:
property int NextPaneID {
   int get();
   void set (    int 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

StatusBarControl Class
StatusBarControl Members

Send Feedback