Hi Rainer, I just right-clicked on a new StrataFrameWindowsAppWithSecurity project, selected Add Class, named it SecDialog.cs, and entered this:
using System;
using System.Collections.Generic;
using System.Text;
namespace SubClassSecDialogs
{
class SecDialog: MicroFour.StrataFrame.Security.SecurityDialog
{ }
}
When I double-clicked on this humble filename in the Solution Explorer, I got the attached screen!
All properties are exposed and settable! I'd never tried it before. Thanks for the idea! Dang! Now i'll be up half the night playing with it...
Les