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

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

Private Properties

Свойство Тип Описание
OnDesignTimeAddGroup void
OnDesignTimeContextMenu void
OnRibbonGroupsCleared void
OnRibbonGroupsClearing void
OnRibbonGroupsInserted void
OnRibbonGroupsRemoved void
ProcessCmdKey bool
ResetContextName void
ResetTag void
ShouldSerializeContextName bool
ShouldSerializeTag bool

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

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

Make the ribbon tab hidden.

KryptonRibbonTab ( ) : System

Initialise a new instance of the KryptonRibbonTab class.

Show ( ) : void

Make the ribbon tab visible.

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

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

Clean up any resources being used.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

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

Метод Описание
OnDesignTimeAddGroup ( ) : void
OnDesignTimeContextMenu ( MouseEventArgs e ) : void
OnRibbonGroupsCleared ( object sender, EventArgs e ) : void
OnRibbonGroupsClearing ( object sender, EventArgs e ) : void
OnRibbonGroupsInserted ( object sender, TypedCollectionEventArgs e ) : void
OnRibbonGroupsRemoved ( object sender, TypedCollectionEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
ResetContextName ( ) : void

Reset the ContextName to the default value.

ResetTag ( ) : void
ShouldSerializeContextName ( ) : bool
ShouldSerializeTag ( ) : bool

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

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

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

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

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

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

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

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