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
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Method Details

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void