ToolStripStatusLabelBorderSides Výčet

Definice

Určuje, které strany mají ohraničení ToolStripStatusLabel .

Tento výčet podporuje bitové kombinace hodnot jeho členů.

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
Dědičnost
ToolStripStatusLabelBorderSides
Atributy

Pole

All 15

Všechny strany mají ohraničení ToolStripStatusLabel .

Bottom 8

Ohraničení má pouze spodní strana ToolStripStatusLabel .

Left 1

Ohraničení má pouze levá ToolStripStatusLabel strana.

None 0

Pole ToolStripStatusLabel nemá žádné ohraničení.

Right 4

Ohraničení ToolStripStatusLabel má pouze pravá strana.

Top 2

Ohraničení ToolStripStatusLabel má pouze horní strana.

Platí pro