C# Класс ComponentFactory.Krypton.Docking.KryptonAutoHiddenProxyPage

Наследование: ComponentFactory.Krypton.Navigator.KryptonPage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
AreFlagsSet ( KryptonPageFlags flags ) : bool

Are all the provided flags set to true.

ClearFlags ( KryptonPageFlags flags ) : void

Sets all the provided flags to false.

GetImageMapping ( MapKryptonPageImage mapping ) : Image

Gets the image that matches the mapping request.

GetTextMapping ( MapKryptonPageText mapping ) : string

Gets the string that matches the mapping request.

KryptonAutoHiddenProxyPage ( KryptonPage page ) : System

Initialize a new instance of the KryptonAutoHiddenProxyPage class.

SetFlags ( KryptonPageFlags flags ) : void

Set all the provided flags to true.

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

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

Clean up any resources being used.

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

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

Are all the provided flags set to true.
public AreFlagsSet ( KryptonPageFlags flags ) : bool
flags KryptonPageFlags Flags to test.
Результат bool

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

Sets all the provided flags to false.
public ClearFlags ( KryptonPageFlags flags ) : void
flags KryptonPageFlags Flags to set.
Результат void

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

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

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

Gets the image that matches the mapping request.
public GetImageMapping ( MapKryptonPageImage mapping ) : Image
mapping MapKryptonPageImage Image mapping.
Результат Image

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

Gets the string that matches the mapping request.
public GetTextMapping ( MapKryptonPageText mapping ) : string
mapping MapKryptonPageText Text mapping.
Результат string

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

Initialize a new instance of the KryptonAutoHiddenProxyPage class.
public KryptonAutoHiddenProxyPage ( KryptonPage page ) : System
page KryptonPage
Результат System

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

Set all the provided flags to true.
public SetFlags ( KryptonPageFlags flags ) : void
flags KryptonPageFlags Flags to set.
Результат void