Specifies possible custom-drawing styles for buttons.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public enum CustomDraw |
Visual Basic
Copy Code
|
|---|
Public Enum CustomDraw |
Members| Member name | Description | |
|---|---|---|
![]() |
Extra1 |
The custom drawing occurs after the button's ordinary painting, but before the image and text are drawn. |
![]() |
Extra2 |
The custom drawing occurs after the button's ordinary and image drawing and before text is drawn. |
![]() |
Extra3 |
The custom drawing occurs after all button elements are drawn. |
![]() |
Full |
The custom drawing occurs instead of the button's ordinary painting. |
![]() |
None |
The button is not custom drawn. |
See Also