Change Predefined Frame


Author
Message
Volvick Derose
Volvick Derose
Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)
Group: Forum Members
Posts: 71, Visits: 1
I tried the following in form load, it looks like is not working

private void Form1_Load(object sender, EventArgs e)
{
//check for the operating system to change the frame
string operatingSystem = System.Environment.OSVersion.ToString();
if (operatingSystem.Contains("Microsoft Windows XP"))
{
nuiManagerController1.PredefinedFrame = PredefinedFrame.Office2007Blue;
}

How to change the frame at run time?
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search