C# Класс XCore.StatusBarSizeGrip

This is a size grip that can be added to a status bar. We use this instead of letting the status bar draw the size grip because the size grip can draw too large at 120dpi overlapping adjacent panels.
Наследование: System.Windows.Forms.StatusBarPanel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
StatusBarSizeGrip ( System.Windows.Forms.StatusBar bar ) : System

Initializes a new instance of the StatusBarSizeGrip class.

bar_DrawItem ( object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent ) : void

Описание методов

StatusBarSizeGrip() публичный Метод

Initializes a new instance of the StatusBarSizeGrip class.
public StatusBarSizeGrip ( System.Windows.Forms.StatusBar bar ) : System
bar System.Windows.Forms.StatusBar The status bar.
Результат System

bar_DrawItem() публичный Метод

public bar_DrawItem ( object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent ) : void
sender object
sbdevent System.Windows.Forms.StatusBarDrawItemEventArgs
Результат void