ToolStripStatusLabelBorderSides Enumeration

Definition

Gibt an, welche Seiten eines ToolStripStatusLabel Rahmen besitzen.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class ToolStripStatusLabelBorderSides
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ToolStripStatusLabelBorderSides
[System.Flags]
public enum ToolStripStatusLabelBorderSides
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ToolStripStatusLabelBorderSides = 
[<System.Flags>]
type ToolStripStatusLabelBorderSides = 
Public Enum ToolStripStatusLabelBorderSides
Vererbung
ToolStripStatusLabelBorderSides
Attribute

Felder

All 15

Alle Seiten des ToolStripStatusLabel besitzen Rahmen.

Bottom 8

Nur die untere Seite des ToolStripStatusLabel besitzt Rahmen.

Left 1

Nur die linke Seite des ToolStripStatusLabel besitzt Rahmen.

None 0

ToolStripStatusLabel besitzt keine Rahmen.

Right 4

Nur die rechte Seite des ToolStripStatusLabel besitzt Rahmen.

Top 2

Nur die obere Seite des ToolStripStatusLabel besitzt Rahmen.

Gilt für: