| Visual Basic (Declaration) | |
|---|---|
Public Property PaintKnob As Boolean | |
| C# | |
|---|---|
public bool PaintKnob {get; set;} | |
Setting this property to false will disable the internal painting routines, giving the developer complete control over the drawing of the dial knob.
| dbicDial | Send comments on this topic. |
| PaintKnob Property | |
| See Also | |
|
| dbicDial Assembly > Dbi.WinControl.Dial Namespace > UserDrawnKnobEventArgs Class : PaintKnob Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property PaintKnob As Boolean | |
| C# | |
|---|---|
public bool PaintKnob {get; set;} | |