Skip to content

Root designer samples#21

Draft
KlausLoeffelmann wants to merge 11 commits into
microsoft:mainfrom
KlausLoeffelmann:RootDesignerSamples
Draft

Root designer samples#21
KlausLoeffelmann wants to merge 11 commits into
microsoft:mainfrom
KlausLoeffelmann:RootDesignerSamples

Conversation

@KlausLoeffelmann

Copy link
Copy Markdown
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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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