CheckBoxRenderer.DrawCheckBox Metoda

Definice

Nakreslí ovládací prvek zaškrtávacího políčka.

Přetížení

Name Description
DrawCheckBox(Graphics, Point, CheckBoxState)

Nakreslí ovládací prvek zaškrtávacího políčka v zadaném stavu a umístění.

DrawCheckBox(Graphics, Point, Rectangle, String, Font, Boolean, CheckBoxState)

Nakreslí ovládací prvek zaškrtávacího políčka v zadaném stavu a umístění se zadaným textem a s volitelným obdélníkem fokusu.

DrawCheckBox(Graphics, Point, Rectangle, String, Font, TextFormatFlags, Boolean, CheckBoxState)

Nakreslí ovládací prvek zaškrtávacího políčka v zadaném stavu a umístění se zadaným textem a formátováním textu a s volitelným obdélníkem fokusu.

DrawCheckBox(Graphics, Point, Rectangle, String, Font, Image, Rectangle, Boolean, CheckBoxState)

Nakreslí ovládací prvek zaškrtávacího políčka v zadaném stavu a umístění se zadaným textem a obrázkem a s volitelným obdélníkem fokusu.

DrawCheckBox(Graphics, Point, Rectangle, String, Font, TextFormatFlags, Image, Rectangle, Boolean, CheckBoxState)

Nakreslí ovládací prvek zaškrtávacího políčka v zadaném stavu a umístění; se zadaným textem, formátováním textu a obrázkem; a s volitelným obdélníkem fokusu.

DrawCheckBox(Graphics, Point, CheckBoxState)

Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs

Nakreslí ovládací prvek zaškrtávacího políčka v zadaném stavu a umístění.

public:
 static void DrawCheckBox(System::Drawing::Graphics ^ g, System::Drawing::Point glyphLocation, System::Windows::Forms::VisualStyles::CheckBoxState state);
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.CheckBoxState state);
static member DrawCheckBox : System.Drawing.Graphics * System.Drawing.Point * System.Windows.Forms.VisualStyles.CheckBoxState -> unit
Public Shared Sub DrawCheckBox (g As Graphics, glyphLocation As Point, state As CheckBoxState)

Parametry

g
Graphics

Slouží Graphics k nakreslení zaškrtávacího políčka.

glyphLocation
Point

Nakreslete Point zaškrtávací políčko glyph at.

state
CheckBoxState

Jedna z CheckBoxState hodnot, které určují vizuální stav zaškrtávacího políčka.

Poznámky

Pokud jsou v operačním systému povoleny styly vizuálů a styly vizuálů se použijí pro aktuální aplikaci, tato metoda nakreslí zaškrtávací políčko s aktuálním vizuálním stylem. Jinak se zaškrtávací políčko nakreslí klasickým stylem Windows.

Platí pro

DrawCheckBox(Graphics, Point, Rectangle, String, Font, Boolean, CheckBoxState)

Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs

Nakreslí ovládací prvek zaškrtávacího políčka v zadaném stavu a umístění se zadaným textem a s volitelným obdélníkem fokusu.

public:
 static void DrawCheckBox(System::Drawing::Graphics ^ g, System::Drawing::Point glyphLocation, System::Drawing::Rectangle textBounds, System::String ^ checkBoxText, System::Drawing::Font ^ font, bool focused, System::Windows::Forms::VisualStyles::CheckBoxState state);
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state);
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string? checkBoxText, System.Drawing.Font? font, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state);
static member DrawCheckBox : System.Drawing.Graphics * System.Drawing.Point * System.Drawing.Rectangle * string * System.Drawing.Font * bool * System.Windows.Forms.VisualStyles.CheckBoxState -> unit
Public Shared Sub DrawCheckBox (g As Graphics, glyphLocation As Point, textBounds As Rectangle, checkBoxText As String, font As Font, focused As Boolean, state As CheckBoxState)

Parametry

g
Graphics

Slouží Graphics k nakreslení zaškrtávacího políčka.

glyphLocation
Point

Nakreslete Point zaškrtávací políčko glyph at.

textBounds
Rectangle

Nakreslení RectanglecheckBoxText .

checkBoxText
String

To String draw with the check box.

font
Font

To Font platí pro checkBoxText.

focused
Boolean

truenakreslit obdélník fokusu; v opačném případě . false

state
CheckBoxState

Jedna z CheckBoxState hodnot, které určují vizuální stav zaškrtávacího políčka.

Poznámky

Pokud jsou v operačním systému povoleny styly vizuálů a styly vizuálů se použijí pro aktuální aplikaci, tato metoda nakreslí zaškrtávací políčko s aktuálním vizuálním stylem. Jinak se zaškrtávací políčko nakreslí klasickým stylem Windows.

Platí pro

DrawCheckBox(Graphics, Point, Rectangle, String, Font, TextFormatFlags, Boolean, CheckBoxState)

Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs

Nakreslí ovládací prvek zaškrtávacího políčka v zadaném stavu a umístění se zadaným textem a formátováním textu a s volitelným obdélníkem fokusu.

public:
 static void DrawCheckBox(System::Drawing::Graphics ^ g, System::Drawing::Point glyphLocation, System::Drawing::Rectangle textBounds, System::String ^ checkBoxText, System::Drawing::Font ^ font, System::Windows::Forms::TextFormatFlags flags, bool focused, System::Windows::Forms::VisualStyles::CheckBoxState state);
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state);
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string? checkBoxText, System.Drawing.Font? font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state);
static member DrawCheckBox : System.Drawing.Graphics * System.Drawing.Point * System.Drawing.Rectangle * string * System.Drawing.Font * System.Windows.Forms.TextFormatFlags * bool * System.Windows.Forms.VisualStyles.CheckBoxState -> unit
Public Shared Sub DrawCheckBox (g As Graphics, glyphLocation As Point, textBounds As Rectangle, checkBoxText As String, font As Font, flags As TextFormatFlags, focused As Boolean, state As CheckBoxState)

Parametry

g
Graphics

Slouží Graphics k nakreslení zaškrtávacího políčka.

glyphLocation
Point

Nakreslete Point zaškrtávací políčko glyph at.

textBounds
Rectangle

Nakreslení RectanglecheckBoxText .

checkBoxText
String

To String draw with the check box.

font
Font

To Font platí pro checkBoxText.

flags
TextFormatFlags

Bitové kombinace TextFormatFlags hodnot.

focused
Boolean

truenakreslit obdélník fokusu; v opačném případě . false

state
CheckBoxState

Jedna z CheckBoxState hodnot, které určují vizuální stav zaškrtávacího políčka.

Příklady

Následující příklad kódu používá metodu DrawCheckBox(Graphics, Point, Rectangle, String, Font, TextFormatFlags, Boolean, CheckBoxState) v metodě vlastního ovládacího prvku OnPaint k vykreslení zaškrtávacího políčka ve stavu určeném umístěním ukazatele myši. Tento příklad kódu je součástí většího příkladu uvedeného pro třídu CheckBoxRenderer.

// Draw the check box in the current state.
virtual void OnPaint(PaintEventArgs ^e) override
{
    Control::OnPaint(e);

    CheckBoxRenderer::DrawCheckBox(e->Graphics,
        ClientRectangle.Location, this->getTextRectangle(), this->Text,
        this->Font, TextFormatFlags::HorizontalCenter,
        clicked, state);
}


// Draw the check box in the checked or unchecked state, alternately.
virtual void OnMouseDown(MouseEventArgs ^e) override
{
    Control::OnMouseDown(e);

    if (!clicked)
    {
        clicked = true;
        this->Text = "Clicked!";
        state = CheckBoxState::CheckedPressed;
        Invalidate();
    }
    else
    {
        clicked = false;
        this->Text = "Click here";
        state = CheckBoxState::UncheckedNormal;
        Invalidate();
    }
}
// Draw the check box in the current state.
protected override void OnPaint(PaintEventArgs e)
{
    base.OnPaint(e);

    CheckBoxRenderer.DrawCheckBox(e.Graphics,
        ClientRectangle.Location, TextRectangle, this.Text,
        this.Font, TextFormatFlags.HorizontalCenter,
        clicked, state);
}

// Draw the check box in the checked or unchecked state, alternately.
protected override void OnMouseDown(MouseEventArgs e)
{
    base.OnMouseDown(e);

    if (!clicked)
    {
        clicked = true;
        this.Text = "Clicked!";
        state = CheckBoxState.CheckedPressed;
        Invalidate();
    }
    else
    {
        clicked = false;
        this.Text = "Click here";
        state = CheckBoxState.UncheckedNormal;
        Invalidate();
    }
}
' Draw the check box in the current state.
Protected Overrides Sub OnPaint(ByVal e As PaintEventArgs)
    MyBase.OnPaint(e)
    CheckBoxRenderer.DrawCheckBox(e.Graphics, _
        Me.ClientRectangle.Location, TextRectangle, Me.Text, _
        Me.Font, TextFormatFlags.HorizontalCenter, _
        clicked, state)
End Sub

' Draw the check box in the checked or unchecked state, alternately.
Protected Overrides Sub OnMouseDown(ByVal e As MouseEventArgs)
    MyBase.OnMouseDown(e)
    If Not clicked Then
        With Me
            .clicked = True
            .Text = "Clicked!"
            .state = CheckBoxState.CheckedPressed
        End With
        Invalidate()
    Else
        With Me
            .clicked = False
            .Text = "Click here"
            .state = CheckBoxState.UncheckedNormal
        End With
        Invalidate()
    End If
End Sub

Poznámky

Pokud jsou v operačním systému povoleny styly vizuálů a styly vizuálů se použijí pro aktuální aplikaci, tato metoda nakreslí zaškrtávací políčko s aktuálním vizuálním stylem. Jinak se zaškrtávací políčko nakreslí klasickým stylem Windows.

Platí pro

DrawCheckBox(Graphics, Point, Rectangle, String, Font, Image, Rectangle, Boolean, CheckBoxState)

Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs

Nakreslí ovládací prvek zaškrtávacího políčka v zadaném stavu a umístění se zadaným textem a obrázkem a s volitelným obdélníkem fokusu.

public:
 static void DrawCheckBox(System::Drawing::Graphics ^ g, System::Drawing::Point glyphLocation, System::Drawing::Rectangle textBounds, System::String ^ checkBoxText, System::Drawing::Font ^ font, System::Drawing::Image ^ image, System::Drawing::Rectangle imageBounds, bool focused, System::Windows::Forms::VisualStyles::CheckBoxState state);
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state);
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string? checkBoxText, System.Drawing.Font? font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state);
static member DrawCheckBox : System.Drawing.Graphics * System.Drawing.Point * System.Drawing.Rectangle * string * System.Drawing.Font * System.Drawing.Image * System.Drawing.Rectangle * bool * System.Windows.Forms.VisualStyles.CheckBoxState -> unit
Public Shared Sub DrawCheckBox (g As Graphics, glyphLocation As Point, textBounds As Rectangle, checkBoxText As String, font As Font, image As Image, imageBounds As Rectangle, focused As Boolean, state As CheckBoxState)

Parametry

g
Graphics

Slouží Graphics k nakreslení zaškrtávacího políčka.

glyphLocation
Point

Nakreslete Point zaškrtávací políčko glyph at.

textBounds
Rectangle

Nakreslení RectanglecheckBoxText .

checkBoxText
String

To String draw with the check box.

font
Font

To Font platí pro checkBoxText.

image
Image

To Image draw with the check box.

imageBounds
Rectangle

Představuje Rectangle rozměry image.

focused
Boolean

truenakreslit obdélník fokusu; v opačném případě . false

state
CheckBoxState

Jedna z CheckBoxState hodnot, které určují vizuální stav zaškrtávacího políčka.

Poznámky

Pokud jsou v operačním systému povoleny styly vizuálů a styly vizuálů se použijí pro aktuální aplikaci, tato metoda nakreslí zaškrtávací políčko s aktuálním vizuálním stylem. Jinak se zaškrtávací políčko nakreslí klasickým stylem Windows.

Platí pro

DrawCheckBox(Graphics, Point, Rectangle, String, Font, TextFormatFlags, Image, Rectangle, Boolean, CheckBoxState)

Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs
Zdroj:
CheckBoxRenderer.cs

Nakreslí ovládací prvek zaškrtávacího políčka v zadaném stavu a umístění; se zadaným textem, formátováním textu a obrázkem; a s volitelným obdélníkem fokusu.

public:
 static void DrawCheckBox(System::Drawing::Graphics ^ g, System::Drawing::Point glyphLocation, System::Drawing::Rectangle textBounds, System::String ^ checkBoxText, System::Drawing::Font ^ font, System::Windows::Forms::TextFormatFlags flags, System::Drawing::Image ^ image, System::Drawing::Rectangle imageBounds, bool focused, System::Windows::Forms::VisualStyles::CheckBoxState state);
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state);
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string? checkBoxText, System.Drawing.Font? font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state);
static member DrawCheckBox : System.Drawing.Graphics * System.Drawing.Point * System.Drawing.Rectangle * string * System.Drawing.Font * System.Windows.Forms.TextFormatFlags * System.Drawing.Image * System.Drawing.Rectangle * bool * System.Windows.Forms.VisualStyles.CheckBoxState -> unit
Public Shared Sub DrawCheckBox (g As Graphics, glyphLocation As Point, textBounds As Rectangle, checkBoxText As String, font As Font, flags As TextFormatFlags, image As Image, imageBounds As Rectangle, focused As Boolean, state As CheckBoxState)

Parametry

g
Graphics

Slouží Graphics k nakreslení zaškrtávacího políčka.

glyphLocation
Point

Nakreslete Point zaškrtávací políčko glyph at.

textBounds
Rectangle

Nakreslení RectanglecheckBoxText .

checkBoxText
String

To String draw with the check box.

font
Font

To Font platí pro checkBoxText.

flags
TextFormatFlags

Bitové kombinace TextFormatFlags hodnot.

image
Image

To Image draw with the check box.

imageBounds
Rectangle

Představuje Rectangle rozměry image.

focused
Boolean

truenakreslit obdélník fokusu; v opačném případě . false

state
CheckBoxState

Jedna z CheckBoxState hodnot, které určují vizuální stav zaškrtávacího políčka.

Poznámky

Pokud jsou v operačním systému povoleny styly vizuálů a styly vizuálů se použijí pro aktuální aplikaci, tato metoda nakreslí zaškrtávací políčko s aktuálním vizuálním stylem. Jinak se zaškrtávací políčko nakreslí klasickým stylem Windows.

Platí pro