'Declaration Public Function New( _ ByVal type As BevelBorderType _ )
'Usage Dim type As BevelBorderType Dim instance As New BevelBorder(type)
public BevelBorder( BevelBorderType type )
Parameters
- type
- Type of beveled border
'Declaration Public Function New( _ ByVal type As BevelBorderType _ )
'Usage Dim type As BevelBorderType Dim instance As New BevelBorder(type)
public BevelBorder( BevelBorderType type )
FarPoint.Win.BevelBorder bevel = new FarPoint.Win.BevelBorder(BevelBorderType.Lowered);
Dim bevel as New FarPoint.Win.BevelBorder(BevelBorderType.Lowered)