C# Класс System.Windows.Forms.ToolBarButton

Наследование: System.Windows.Forms.Component
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FindButtonIndex int
GetButtonWidth int
GetPushedState bool
GetTBBUTTON System.Windows.Forms.NativeMethods.TBBUTTON
GetTBBUTTONINFO System.Windows.Forms.NativeMethods.TBBUTTONINFO
PrefixAmpersands void
UpdateButton void
UpdateButton void

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

Метод Описание
ToString ( ) : string
ToolBarButton ( ) : System.Runtime.Serialization.Formatters
ToolBarButton ( string text ) : System.Runtime.Serialization.Formatters

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
FindButtonIndex ( ) : int
GetButtonWidth ( ) : int
GetPushedState ( ) : bool
GetTBBUTTON ( int commandId ) : System.Windows.Forms.NativeMethods.TBBUTTON
GetTBBUTTONINFO ( bool updateText, int newCommandId ) : System.Windows.Forms.NativeMethods.TBBUTTONINFO
PrefixAmpersands ( string &value ) : void
UpdateButton ( bool recreate ) : void
UpdateButton ( bool recreate, bool updateText, bool updatePushedState ) : void

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

Dispose() защищенный метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

ToString() публичный метод

public ToString ( ) : string
Результат string

ToolBarButton() публичный метод

public ToolBarButton ( ) : System.Runtime.Serialization.Formatters
Результат System.Runtime.Serialization.Formatters

ToolBarButton() публичный метод

public ToolBarButton ( string text ) : System.Runtime.Serialization.Formatters
text string
Результат System.Runtime.Serialization.Formatters