Profile Picture

Document Object

Posted By Juan Montoya 15 Years Ago
Author
Message
Juan Montoya
Posted 15 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)

Group: Forum Members
Last Active: 15 Years Ago
Posts: 1, Visits: 1

I am using the trial version of the UI library. I can not add a document object in design mode (Visual Studio 2008). I can do it in code when loading the form but I can not find a way to change the size of the text in name of the document. How can I do that in code.

Thanks



Angel Chorbadzhiev
Posted 15 Years Ago
View Quick Profile
Supreme Being

Supreme Being (142 reputation)Supreme Being (142 reputation)Supreme Being (142 reputation)Supreme Being (142 reputation)Supreme Being (142 reputation)Supreme Being (142 reputation)Supreme Being (142 reputation)Supreme Being (142 reputation)Supreme Being (142 reputation)

Group: Forum Members
Last Active: Last Month
Posts: 139, Visits: 184

Hello Juan,

You cannot use NUIDocument in design time because it is not actually a control.

The panel that is displayed in run time is a Panel control which is a member in NUIDocument.

To change the size of the text in the tab part of the document you need to setup the Font property of the NDockManager.DocumentStyle.

Regards,

Angel.

 





Similar Topics


Reading This Topic