C# Класс ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButton

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

Private Properties

Свойство Тип Описание
GetEnabled bool
GetImage Image
GetShortcutKeys Keys
GetText string
GetToolTipBody string
GetToolTipImage Image
GetToolTipImageTransparentColor Color
GetToolTipStyle LabelStyle
GetToolTipTitle string
GetVisible bool
ResetTag void
SetRibbon void
SetVisible void
ShouldSerializeImage bool
ShouldSerializeShortcutKeys bool
ShouldSerializeTag bool

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

Метод Описание
Hide ( ) : void

Make the ribbon tab hidden.

KryptonRibbonQATButton ( ) : System

Initialise a new instance of the KryptonRibbonQATButton class.

PerformClick ( ) : void

Generates a Click event for a button.

ResetShortcutKeys ( ) : void

Resets the ShortcutKeys property to its default value.

Show ( ) : void

Make the ribbon tab visible.

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

Метод Описание
OnClick ( EventArgs e ) : void

Raises the Click event.

OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a change in the property of an attached command.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

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

Метод Описание
GetEnabled ( ) : bool
GetImage ( ) : Image
GetShortcutKeys ( ) : Keys
GetText ( ) : string
GetToolTipBody ( ) : string
GetToolTipImage ( ) : Image
GetToolTipImageTransparentColor ( ) : Color
GetToolTipStyle ( ) : LabelStyle
GetToolTipTitle ( ) : string
GetVisible ( ) : bool
ResetTag ( ) : void
SetRibbon ( KryptonRibbon ribbon ) : void
SetVisible ( bool visible ) : void
ShouldSerializeImage ( ) : bool
ShouldSerializeShortcutKeys ( ) : bool
ShouldSerializeTag ( ) : bool

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

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

Make the ribbon tab hidden.
public Hide ( ) : void
Результат void

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

Initialise a new instance of the KryptonRibbonQATButton class.
public KryptonRibbonQATButton ( ) : System
Результат System

OnClick() защищенный Метод

Raises the Click event.
protected OnClick ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Результат void

OnCommandPropertyChanged() защищенный Метод

Handles a change in the property of an attached command.
protected OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.PropertyChangedEventArgs A PropertyChangedEventArgs that contains the event data.
Результат void

OnPropertyChanged() защищенный Метод

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of property that has changed.
Результат void

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

Generates a Click event for a button.
public PerformClick ( ) : void
Результат void

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

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
Результат void

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

Make the ribbon tab visible.
public Show ( ) : void
Результат void