C# Class WindowlessControls.CommonControls.ImageButton

Inheritance: ButtonBase
显示文件 Open project: koush/WindowlessControls

Public Methods

Method Description
ImageButton ( ) : System.Drawing
ImageButton ( PlatformBitmap bitmap, Stretch stretch ) : System.Drawing
ImageButton ( PlatformBitmap bitmap, Stretch stretch, PlatformBitmap focusedBitmap ) : System.Drawing
ImageButton ( PlatformBitmap bitmap, Stretch stretch, PlatformBitmap focusedBitmap, PlatformBitmap clickedBitmap ) : System.Drawing

Method Details

ImageButton() public method

public ImageButton ( ) : System.Drawing
return System.Drawing

ImageButton() public method

public ImageButton ( PlatformBitmap bitmap, Stretch stretch ) : System.Drawing
bitmap WindowlessControls.PlatformBitmap
stretch Stretch
return System.Drawing

ImageButton() public method

public ImageButton ( PlatformBitmap bitmap, Stretch stretch, PlatformBitmap focusedBitmap ) : System.Drawing
bitmap WindowlessControls.PlatformBitmap
stretch Stretch
focusedBitmap WindowlessControls.PlatformBitmap
return System.Drawing

ImageButton() public method

public ImageButton ( PlatformBitmap bitmap, Stretch stretch, PlatformBitmap focusedBitmap, PlatformBitmap clickedBitmap ) : System.Drawing
bitmap WindowlessControls.PlatformBitmap
stretch Stretch
focusedBitmap WindowlessControls.PlatformBitmap
clickedBitmap WindowlessControls.PlatformBitmap
return System.Drawing