C# Class TpTrayUtility.Components.ToolControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Свойство Type Description
buttonOffset int

Méthodes publiques

Méthode Description
AddToolButton ( Bitmap pict, string toolTipText ) : TpToolButton
AddVerticalSeparator ( ) : void
ToolControl ( ) : System.Drawing
UnTogleAll ( ) : void

Méthodes protégées

Méthode Description
OnPaintBackground ( PaintEventArgs pevent ) : void

Method Details

AddToolButton() public méthode

public AddToolButton ( Bitmap pict, string toolTipText ) : TpToolButton
pict System.Drawing.Bitmap
toolTipText string
Résultat TpToolButton

AddVerticalSeparator() public méthode

public AddVerticalSeparator ( ) : void
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
Résultat void

ToolControl() public méthode

public ToolControl ( ) : System.Drawing
Résultat System.Drawing

UnTogleAll() public méthode

public UnTogleAll ( ) : void
Résultat void

Property Details

buttonOffset public_oe property

public int buttonOffset
Résultat int