ControlPaint.DrawComboButton Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Birleşik giriş kutusu denetiminde açılan düğme çizer.
Aşırı Yüklemeler
DrawComboButton(Graphics, Rectangle, ButtonState) |
Belirtilen durumda, belirtilen grafik yüzeyinde ve belirtilen sınırlar içinde birleşik giriş kutusu denetimine açılan düğme çizer. |
DrawComboButton(Graphics, Int32, Int32, Int32, Int32, ButtonState) |
Belirtilen durumda, belirtilen grafik yüzeyinde ve belirtilen sınırlar içinde birleşik giriş kutusu denetimine açılan düğme çizer. |
DrawComboButton(Graphics, Rectangle, ButtonState)
Belirtilen durumda, belirtilen grafik yüzeyinde ve belirtilen sınırlar içinde birleşik giriş kutusu denetimine açılan düğme çizer.
public:
static void DrawComboButton(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, System::Windows::Forms::ButtonState state);
public static void DrawComboButton (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state);
static member DrawComboButton : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawComboButton (graphics As Graphics, rectangle As Rectangle, state As ButtonState)
Parametreler
- state
- ButtonState
Birleşik giriş kutusu çizecek durumu belirten değerlerin bit düzeyinde birleşimi ButtonState .
Şunlara uygulanır
DrawComboButton(Graphics, Int32, Int32, Int32, Int32, ButtonState)
Belirtilen durumda, belirtilen grafik yüzeyinde ve belirtilen sınırlar içinde birleşik giriş kutusu denetimine açılan düğme çizer.
public:
static void DrawComboButton(System::Drawing::Graphics ^ graphics, int x, int y, int width, int height, System::Windows::Forms::ButtonState state);
public static void DrawComboButton (System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state);
static member DrawComboButton : System.Drawing.Graphics * int * int * int * int * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawComboButton (graphics As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, state As ButtonState)
Parametreler
- x
- Int32
Kenarlık dikdörtgeninin sol üst köşesindeki x koordinatı.
- y
- Int32
Kenarlık dikdörtgeninin sol üst köşesindeki y koordinatı.
- width
- Int32
Birleşik giriş kutusunun genişliği.
- height
- Int32
Birleşik giriş kutusunun yüksekliği.
- state
- ButtonState
Birleşik giriş kutusu çizecek durumu belirten değerlerin bit düzeyinde birleşimi ButtonState .