C# Class SIL.FieldWorks.Common.UIAdapters.CheckableSplitButton

Subclass for a ToolStripSplitButton that provides a checked property. When checked, we have to draw the button ourselves.
Inheritance: System.Windows.Forms.ToolStripSplitButton
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Method Details

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void