BCGControlBar Library for .NET
ShowImage Property (CommandButton)




Indicates a value whether the image of the button should be displayed on its surface. Returns true, if the current command visual state is  "default" or "image and text".
Syntax
'Declaration
 
Public Overridable ReadOnly Property ShowImage As Boolean
'Usage
 
Dim instance As CommandButton
Dim value As Boolean
 
value = instance.ShowImage
public virtual bool ShowImage {get;}
public: __property virtual bool get_ShowImage();
public:
virtual property bool ShowImage {
   bool get();
}
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

CommandButton Class
CommandButton Members

Send Feedback