BCGControlBar Library for .NET
TextImagePosition Property




Specifies the position of the image relative to text displayed on the command button.
Syntax
'Declaration
 
Public Property TextImagePosition As TextImageRelation
'Usage
 
Dim instance As CommandButton
Dim value As TextImageRelation
 
instance.TextImagePosition = value
 
value = instance.TextImagePosition
public TextImageRelation TextImagePosition {get; set;}
public: __property TextImageRelation get_TextImagePosition();
public: __property void set_TextImagePosition( 
   TextImageRelation value
);
public:
property TextImageRelation TextImagePosition {
   TextImageRelation get();
   void set (    TextImageRelation 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

CommandButton Class
CommandButton Members

Send Feedback