StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Subclass Ingerited UI
Subclass Ingerited UI
Post Reply
Like
0
Subclass Ingerited UI
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Chan
Chan
posted 17 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 533,
Visits: 2K
Hi,
I have problem to drop my subclassed SF inherited UI control to form. The control dropped is just dissapear. It is just a simple inheritance.
using System.ComponentModel;
namespace JK.Framework.UI.Windows.Forms.DevEx
{
[Designer(typeof(System.Windows.Forms.Design.ControlDesigner))]
public partial class TextEdit : MicroFour.StrataFrame.UI.Windows.Forms.DevEx.TextEdit
{
public TextEdit()
{
InitializeComponent();
}
public TextEdit(IContainer container)
{
container.Add(this);
InitializeComponent();
}
}
}
Any ideas?
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Subclass Ingerited UI
Chan
-
17 Years Ago
If your assembly is stored in the GAC (c:\windows\assembly) folder and...
Trent L. Taylor
-
17 Years Ago
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search