[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Custom Control Properties

  • Thread starter Thread starter jason aubert
  • Start date Start date
Status
Not open for further replies.
J

jason aubert

Guest
I got this working I had to change my .net class library to the following: using System; namespace LayoutLibrary { public enum Options { NoLabel = 1, TopLabel = 2, HorizontalLine = 3, VerticalLine = 4, Original = 0 }; } Thanks for the help everyone!

Continue reading...
 
Status
Not open for further replies.
Back
Top