'宣言 Sub DrawButton( _ ByVal graphics As Graphics, _ ByVal bounds As Rectangle, _ ByVal image As Image, _ ByVal isPressed As Boolean, _ ByVal isFocused As Boolean, _ ByVal isMouseOverButton As Boolean, _ ByVal enabled As Boolean, _ ByVal flat As Boolean, _ ByVal controlColors As ControlColors _ )
'宣言
Sub DrawButton( _ ByVal graphics As Graphics, _ ByVal bounds As Rectangle, _ ByVal image As Image, _ ByVal isPressed As Boolean, _ ByVal isFocused As Boolean, _ ByVal isMouseOverButton As Boolean, _ ByVal enabled As Boolean, _ ByVal flat As Boolean, _ ByVal controlColors As ControlColors _ )
void DrawButton( Graphics graphics, Rectangle bounds, Image image, bool isPressed, bool isFocused, bool isMouseOverButton, bool enabled, bool flat, ControlColors controlColors )
IControlRendering インターフェース IControlRendering メンバ