Closed. This question does not meet Stack Overflow guidelines. It is not currently acc开发者_C百科epting answers.
I have a base class for all my textboxes and I want to set the default font in that class. So I started with this:
I have an UserControl and would like to hide the resiz开发者_JAVA百科ing handles in design-time, just like the TextBoxControl, that has only two handles (left and right ones)... the height of the text
My question is related to the design-time support of WPF.From MSDN I read, The WPF Designer provides a framework
I have a WinForms user control Host with a custom UI Editor. Through that editor, a child control (Child) can be added to Host.
I have a problem setting a default value on a property, that is \"updated\" by Visual Studio Designer开发者_C百科 every time the form is modified in it.
Given the following inheritance tree: I have a public class BaseForm : Form This is the base form for all WinForms in the project (or most) and contains some basic stuff.
I wish to know if .Net-3.5 comes with a built-in List<string> or s开发者_如何学JAVAtring[] TypeConverter or UITypeEditor so that I can edit this kind of property from a property grid.UITypeEdito
I\'ve got a VB.Net form application that dynamically loads user c开发者_如何学Pythonontrols based on which navigation link the user clicks on.I\'d like to make it easier to use at Design time by putti
I have a Windows Forms user control, which (for various reasons irrelevant to this issue) are exposed in the designer, much like the panels in a split panel. Most everything works nicely, except for d