C# Class ComponentFactory.Krypton.Docking.KryptonAutoHiddenProxyPage

Inheritance: ComponentFactory.Krypton.Navigator.KryptonPage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Method Details

AreFlagsSet() public méthode

Are all the provided flags set to true.
public AreFlagsSet ( KryptonPageFlags flags ) : bool
flags KryptonPageFlags Flags to test.
Résultat bool

ClearFlags() public méthode

Sets all the provided flags to false.
public ClearFlags ( KryptonPageFlags flags ) : void
flags KryptonPageFlags Flags to set.
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetImageMapping() public méthode

Gets the image that matches the mapping request.
public GetImageMapping ( MapKryptonPageImage mapping ) : Image
mapping MapKryptonPageImage Image mapping.
Résultat Image

GetTextMapping() public méthode

Gets the string that matches the mapping request.
public GetTextMapping ( MapKryptonPageText mapping ) : string
mapping MapKryptonPageText Text mapping.
Résultat string

KryptonAutoHiddenProxyPage() public méthode

Initialize a new instance of the KryptonAutoHiddenProxyPage class.
public KryptonAutoHiddenProxyPage ( KryptonPage page ) : System
page KryptonPage
Résultat System

SetFlags() public méthode

Set all the provided flags to true.
public SetFlags ( KryptonPageFlags flags ) : void
flags KryptonPageFlags Flags to set.
Résultat void