.NET Windows Forms in a Nutshell
This enumeration is used by ControlPaint.DrawReversibleFrame() and ControlPaint.DrawReversibleLine() to determine the appearance of the line drawn. public enum FrameStyle { Dashed = 0 , Thick = 1 } Hierarchy
System.Object Passed To
ControlPaint.DrawReversibleFrame() |