Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Root designer samples #21

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

KlausLoeffelmann
Copy link
Member

[Work still in progress]

These are the samples for the ongoing development of the root designer.

Comment on lines +32 to +35
this.lkjlkjhlkfhjlkfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hkkjhkjhkjkjhkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.kjhkjhkjhkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.klkjlkjljToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤣

return;
}

protected override RootDesignerSupport EnableRootDesigner() => RootDesignerSupport.Default;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a confusing API - "enable" implies a toggle (i.e., on or off), and its return should be void. Another verb denoting "get" should be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants