
Dear,
Q1: What is the URL of the libraries, classes, member properties and methods ... of Actipro, similar to the Javadoc ?
Q2:
I found a (Java-Swing-like) layout manager that suits me well :
http://aviationxchange.net/wikis/language/layout-managers-in-c.aspx
and I downloaded its source files.
I'm new in Actipro and I made a first 10-pages wizard. I would like that all these interior pages will contain an instance of a common class : MySplitCont_AllWizIntPag. It is a SplitContainer, which admits at a side a first layout manager (BorderLayout), whose a compartment on its turn admits an embedded layout manager (GridLayout), which receives N Button objects.
I need to know things like
- which is the right 'Add()' to put my SplitContainer in the pane of each interior page. I found '.AddToInvalidatedRegion()'. I had like to verify in the library documentation.
Of course I'm looking to avoid constructing 10 times (pages) the same 'Look & Feel' in Actipro.
Thanks for any good advise.
Q1: What is the URL of the libraries, classes, member properties and methods ... of Actipro, similar to the Javadoc ?
Q2:
I found a (Java-Swing-like) layout manager that suits me well :
http://aviationxchange.net/wikis/language/layout-managers-in-c.aspx
and I downloaded its source files.
I'm new in Actipro and I made a first 10-pages wizard. I would like that all these interior pages will contain an instance of a common class : MySplitCont_AllWizIntPag. It is a SplitContainer, which admits at a side a first layout manager (BorderLayout), whose a compartment on its turn admits an embedded layout manager (GridLayout), which receives N Button objects.
I need to know things like
- which is the right 'Add()' to put my SplitContainer in the pane of each interior page. I found '.AddToInvalidatedRegion()'. I had like to verify in the library documentation.
Of course I'm looking to avoid constructing 10 times (pages) the same 'Look & Feel' in Actipro.
Thanks for any good advise.