[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 created the ENUM with 4 options. Defined a public property in my control form as the ENUM. But the property does not show up in the properties view of my control form visual designer. DEFINE PUBLIC PROPERTY ControlLayout AS Shared.controls.ui.grid.LayoutOptions NO-UNDO GET. PUBLIC SET (layoutStyle AS shared.controls.ui.grid.LayoutOptions): END SET. the enum is defined as the following: ENUM shared.controls.ui.grid.LayoutOptions: DEFINE ENUM Normal NoLabel HorizontalLine TopLabel VerticalLine . END ENUM. Is there anything that I am missing, or need to do in order to make this show up in the properties view?

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