ToolStripStatusLabelBorderSides 열거형

정의

테두리가 있는 ToolStripStatusLabel 측면을 지정합니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

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
상속
ToolStripStatusLabelBorderSides
특성

필드

Name Description
None 0

테두리 ToolStripStatusLabel 가 없습니다.

Left 1

왼쪽에만 테두리가 ToolStripStatusLabel 있습니다.

Top 2

위쪽에만 테두리가 ToolStripStatusLabel 있습니다.

Right 4

오른쪽에만 테두리가 ToolStripStatusLabel 있습니다.

Bottom 8

아래쪽에만 테두리가 ToolStripStatusLabel 있습니다.

All 15

모든 면에는 ToolStripStatusLabel 테두리가 있습니다.

적용 대상