BCGControlBar Library for .NET
PaneImage Property




Specifies a bitmap object associated with the docking pane. It will be shown on the autohide button related to the docking pane when it is in autohide mode and on the tabitem when it is docked as tabbed document.
Syntax
'Declaration
 
Public Property PaneImage As Bitmap
'Usage
 
Dim instance As DockingPane
Dim value As Bitmap
 
instance.PaneImage = value
 
value = instance.PaneImage
public Bitmap PaneImage {get; set;}
public: __property Bitmap* get_PaneImage();
public: __property void set_PaneImage( 
   Bitmap* value
);
public:
property Bitmap^ PaneImage {
   Bitmap^ get();
   void set (    Bitmap^ 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

DockingPane Class
DockingPane Members

Send Feedback