design-time
Is it possible to style text in a richtextbox at design time?
I have a System.Windows.Forms.RichTex开发者_Go百科tBox that I wish to use to display some instructions to my application users.[详细]
2023-01-02 23:59 分类:问答Component properties working at designtime but not runtime
I am creating a component that uses a collection and collection items of panels. I can\'t seem to get the colors to work at runtime, but yet they seem to work just fine at design time.[详细]
2022-12-29 07:00 分类:问答Visual Studio Design Time Property - Form List Drop Down
[EDIT] To be clear, I know how to get a list of forms via reflection. I\'m more concerned with the design time property grid.[详细]
2022-12-28 19:51 分类:问答Retrieving/simulating run-time "layer" functionality in Flash under ActionScript 3
Are there any AS3 classes to help arrange objects into layers, like in the designer, such that the objects all have the same parent?[详细]
2022-12-28 00:44 分类:问答IoC and Design Time
I have a WPF application which I am using to learn MVVM and IoC. The problem is that the Model used by one of the Views expects to pull one of its dependancies in the constructor from an IoC containe[详细]
2022-12-27 16:23 分类:问答Using Moq at Blend design time
This might be a bit out there, but suppose I want to use Moq in a ViewModel to create some design time data, like so:[详细]
2022-12-24 06:38 分类:问答User control attributes at design-time
I\'m testing a simple User Control in Visual Studio 2008: A Panel named Wrapper with some controls inside. C开发者_JS百科an Visual Studio handle this at design time?[详细]
2022-12-23 23:06 分类:问答Customized design-time attribute for WPF
I\'ve created a custom control, and would like to create an attribute (available in Blend\'s design-time) which would offer a dropdown or combobox.The designer would then select one of the available o[详细]
2022-12-23 20:52 分类:问答How to get the project path at Design Time
I use a component (System.ComponentModel.Component) and I want to get the application path of my project in order to create a file within it.[详细]
2022-12-22 10:46 分类:问答Is there an attribute that ignores a method on design-time?
Something like: <DesignTimeHidden()开发者_如何学编程> _ Private Sub UserControl_IsVisibleChanged(sender As Object, _[详细]
2022-12-17 12:58 分类:问答